Methods Summary |
---|
public abstract javax.xml.soap.SOAPMessage | getMessage()Gets the SOAPMessage from this message context.
|
public abstract java.lang.String[] | getRoles()Gets the SOAP actor roles associated with an execution
of the HandlerChain and its contained Handler instances.
Note that SOAP actor roles apply to the SOAP node and
are managed using HandlerChain.setRoles and
HandlerChain.getRoles . Handler instances in
the HandlerChain use this information about the SOAP actor
roles to process the SOAP header blocks. Note that the
SOAP actor roles are invariant during the processing of
SOAP message through the HandlerChain.
|
public abstract void | setMessage(javax.xml.soap.SOAPMessage message)Sets the SOAPMessage for this message context.
|