public class StreamingHandlerState extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CALL_FAULT_HANDLERS |
static int |
CALL_NO_HANDLERS |
static int |
CALL_RESPONSE_HANDLERS |
| Constructor and Description |
|---|
StreamingHandlerState(SOAPMessageContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptFastInfoset() |
int |
getHandlerFlag() |
SOAPMessageContext |
getMessageContext() |
InternalSOAPMessage |
getRequest() |
InternalSOAPMessage |
getResponse() |
boolean |
isFailure() |
boolean |
isFastInfoset() |
InternalSOAPMessage |
resetResponse() |
void |
setHandlerFlag(int handlerFlag) |
void |
setResponse(InternalSOAPMessage msg) |
public static final int CALL_NO_HANDLERS
public static final int CALL_FAULT_HANDLERS
public static final int CALL_RESPONSE_HANDLERS
public StreamingHandlerState(SOAPMessageContext context)
public boolean isFastInfoset()
public boolean acceptFastInfoset()
public SOAPMessageContext getMessageContext()
public boolean isFailure()
public InternalSOAPMessage getRequest()
public InternalSOAPMessage getResponse()
public void setResponse(InternalSOAPMessage msg)
public InternalSOAPMessage resetResponse()
public void setHandlerFlag(int handlerFlag)
public int getHandlerFlag()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.