public class StreamingSenderState extends Object
The internal state of an otherwise stateless StreamingSender.
| Constructor and Description |
|---|
StreamingSenderState(SOAPMessageContext context,
javax.xml.rpc.handler.HandlerChain handlerChain,
boolean useFastInfoset,
boolean acceptFastInfoset) |
| Modifier and Type | Method and Description |
|---|---|
BasicCall |
getCall() |
javax.xml.rpc.handler.HandlerChain |
getHandlerChain() |
SOAPMessageContext |
getMessageContext() |
InternalSOAPMessage |
getRequest() |
InternalSOAPMessage |
getResponse() |
boolean |
isFailure() |
void |
setCall(BasicCall call) |
public StreamingSenderState(SOAPMessageContext context, javax.xml.rpc.handler.HandlerChain handlerChain, boolean useFastInfoset, boolean acceptFastInfoset)
public SOAPMessageContext getMessageContext()
public boolean isFailure()
public InternalSOAPMessage getRequest()
public InternalSOAPMessage getResponse()
public javax.xml.rpc.handler.HandlerChain getHandlerChain()
public BasicCall getCall()
public void setCall(BasicCall call)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.