Package com.sun.xml.rpc.client
Class StreamingSenderState
java.lang.Object
com.sun.xml.rpc.client.StreamingSenderState
The internal state of an otherwise stateless StreamingSender.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
ConstructorsConstructorDescriptionStreamingSenderState
(SOAPMessageContext context, javax.xml.rpc.handler.HandlerChain handlerChain, boolean useFastInfoset, boolean acceptFastInfoset) -
Method Summary
-
Constructor Details
-
StreamingSenderState
public StreamingSenderState(SOAPMessageContext context, javax.xml.rpc.handler.HandlerChain handlerChain, boolean useFastInfoset, boolean acceptFastInfoset)
-
-
Method Details
-
getMessageContext
-
isFailure
public boolean isFailure() -
getRequest
-
getResponse
-
getHandlerChain
public javax.xml.rpc.handler.HandlerChain getHandlerChain() -
getCall
-
setCall
-