|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.jaxws.handler.BaseMessageContext
org.apache.axis2.jaxws.handler.SoapMessageContext
public class SoapMessageContext
The SOAPMessageContext is the context handed to SOAP-based application handlers. It provides access to the SOAP message that represents the request or response via SAAJ. It also allows access to any properties that have been registered and set on the MessageContext.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.xml.ws.handler.MessageContext |
|---|
javax.xml.ws.handler.MessageContext.Scope |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.apache.axis2.jaxws.handler.BaseMessageContext |
|---|
messageCtx |
| Fields inherited from interface javax.xml.ws.handler.MessageContext |
|---|
HTTP_REQUEST_HEADERS, HTTP_REQUEST_METHOD, HTTP_RESPONSE_CODE, HTTP_RESPONSE_HEADERS, INBOUND_MESSAGE_ATTACHMENTS, MESSAGE_OUTBOUND_PROPERTY, OUTBOUND_MESSAGE_ATTACHMENTS, PATH_INFO, QUERY_STRING, REFERENCE_PARAMETERS, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE |
| Constructor Summary | |
|---|---|
SoapMessageContext(MessageContext messageCtx)
|
|
| Method Summary | |
|---|---|
void |
checkAndUpdate()
Check the current (cached) SOAPMessage and make sure its internals are consistent with when it was created. |
java.lang.Object[] |
getHeaders(javax.xml.namespace.QName qname,
javax.xml.bind.JAXBContext jaxbcontext,
boolean allRoles)
|
javax.xml.soap.SOAPMessage |
getMessage()
|
java.util.Set<java.lang.String> |
getRoles()
|
void |
setMessage(javax.xml.soap.SOAPMessage soapMessage)
|
| Methods inherited from class org.apache.axis2.jaxws.handler.BaseMessageContext |
|---|
clear, containsKey, containsValue, entrySet, get, getScope, isEmpty, keySet, put, putAll, remove, setScope, size, values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.ws.handler.MessageContext |
|---|
getScope, setScope |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
|---|
public SoapMessageContext(MessageContext messageCtx)
| Method Detail |
|---|
public java.lang.Object[] getHeaders(javax.xml.namespace.QName qname,
javax.xml.bind.JAXBContext jaxbcontext,
boolean allRoles)
getHeaders in interface javax.xml.ws.handler.soap.SOAPMessageContextpublic javax.xml.soap.SOAPMessage getMessage()
getMessage in interface javax.xml.ws.handler.soap.SOAPMessageContextpublic void checkAndUpdate()
public java.util.Set<java.lang.String> getRoles()
getRoles in interface javax.xml.ws.handler.soap.SOAPMessageContextpublic void setMessage(javax.xml.soap.SOAPMessage soapMessage)
setMessage in interface javax.xml.ws.handler.soap.SOAPMessageContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||