|
Préférences
Moteurs de recherche
|
||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.xml.rpc.handler.soap
|
Method Summary | |
---|---|
SOAPMessage |
getMessage()
Gets the SOAPMessage from this message context |
String[] |
getRoles()
Gets the SOAP actor roles associated with an execution of the HandlerChain and its contained Handler instances. |
void |
setMessage(SOAPMessage message)
Sets the SOAPMessage in this message context |
Methods inherited from interface javax.xml.rpc.handler.MessageContext |
---|
containsProperty, getProperty, getPropertyNames, removeProperty, setProperty |
Method Detail |
---|
SOAPMessage getMessage()
void setMessage(SOAPMessage message)
message
- SOAP message
JAXRPCException
- If any error during the setting
of the SOAPMessage in this message context
UnsupportedOperationException
- If this
operation is not supportedString[] getRoles()
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.
HandlerChain.setRoles(java.lang.String[])
,
HandlerChain.getRoles()