Package com.sun.xml.rpc.client
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 Summary
Constructors Constructor Description StreamingSenderState(SOAPMessageContext context, javax.xml.rpc.handler.HandlerChain handlerChain, boolean useFastInfoset, boolean acceptFastInfoset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicCallgetCall()javax.xml.rpc.handler.HandlerChaingetHandlerChain()SOAPMessageContextgetMessageContext()InternalSOAPMessagegetRequest()InternalSOAPMessagegetResponse()booleanisFailure()voidsetCall(BasicCall call)
-
-
-
Constructor Detail
-
StreamingSenderState
public StreamingSenderState(SOAPMessageContext context, javax.xml.rpc.handler.HandlerChain handlerChain, boolean useFastInfoset, boolean acceptFastInfoset)
-
-
Method Detail
-
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)
-
-