|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPMessageContext
The interface javax.xml.rpc.soap.SOAPMessageContext
provides access to the SOAP message for either RPC request or
response. The javax.xml.soap.SOAPMessage
specifies
the standard Java API for the representation of a SOAP 1.1 message
with attachments.
SOAPMessage
Method Summary | |
---|---|
javax.xml.soap.SOAPMessage |
getMessage()
Gets the SOAPMessage from this message context |
java.lang.String[] |
getRoles()
Gets the SOAP actor roles associated with an execution of the HandlerChain and its contained Handler instances. |
void |
setMessage(javax.xml.soap.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 |
---|
javax.xml.soap.SOAPMessage getMessage()
void setMessage(javax.xml.soap.SOAPMessage message)
message
- SOAP message
JAXRPCException
- If any error during the setting
of the SOAPMessage in this message context
java.lang.UnsupportedOperationException
- If this
operation is not supportedjava.lang.String[] 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41