Class StreamingSenderState

java.lang.Object
com.sun.xml.rpc.client.StreamingSenderState

public class StreamingSenderState extends Object

The internal state of an otherwise stateless StreamingSender.

Author:
JAX-RPC Development Team
  • Constructor Details

    • StreamingSenderState

      public StreamingSenderState(SOAPMessageContext context, javax.xml.rpc.handler.HandlerChain handlerChain, boolean useFastInfoset, boolean acceptFastInfoset)
  • Method Details

    • getMessageContext

      public SOAPMessageContext getMessageContext()
    • isFailure

      public boolean isFailure()
    • getRequest

      public InternalSOAPMessage getRequest()
    • getResponse

      public InternalSOAPMessage getResponse()
    • getHandlerChain

      public javax.xml.rpc.handler.HandlerChain getHandlerChain()
    • getCall

      public BasicCall getCall()
    • setCall

      public void setCall(BasicCall call)