|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SOAP message context interface. This interface is implemented by the message context and passed to all message processors.
Method Summary | |
SOAPFault |
getFaultResponse()
Gets the unmarshalled fault response from a receive message. |
java.util.ArrayList |
getReceiveHeaders()
Gets the list of received message header objects. |
java.lang.Object |
getReceivePayload()
Gets the unmarshalled payload object from the body context of the receive message. |
java.util.ArrayList |
getSendHeaders()
Gets the list of send message header objects. |
boolean |
isInbound()
Check if in inbound processing. |
void |
setFaultResponse(SOAPFault fault)
Sets a fault response to be sent back from a receive message. |
void |
setHeaderUnderstood(java.lang.Object header)
Reports that a header has been understood and processed. |
void |
setSendPayload(java.lang.Object obj)
Sets the payload object to be marshalled as the body content for the send message. |
Method Detail |
public boolean isInbound()
true
if in inbound processing (before or during
processing of message body object), false
if in output
processing (after processing of message body object)public java.util.ArrayList getReceiveHeaders()
public void setHeaderUnderstood(java.lang.Object header)
header
- understood header objectpublic java.util.ArrayList getSendHeaders()
public java.lang.Object getReceivePayload() throws SOAPException
SOAPException
- on error in getting the body objectpublic SOAPFault getFaultResponse()
public void setSendPayload(java.lang.Object obj) throws SOAPException
obj
- payload object to be marshalled
SOAPException
- on error in setting the send payload objectpublic void setFaultResponse(SOAPFault fault)
fault
- response to be set
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |