|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.jaxws.context.WrappedMessageContext org.apache.cxf.jaxws.handler.logical.LogicalMessageContextImpl
public class LogicalMessageContextImpl
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 |
---|
Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class org.apache.cxf.jaxws.context.WrappedMessageContext |
---|
SCOPES |
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 | |
---|---|
LogicalMessageContextImpl(Message wrapped)
|
Method Summary | |
---|---|
Object |
get(Object key)
|
javax.xml.ws.LogicalMessage |
getMessage()
|
Methods inherited from class org.apache.cxf.jaxws.context.WrappedMessageContext |
---|
clear, containsKey, containsValue, entrySet, getScope, getScopes, getWrappedMap, getWrappedMessage, isEmpty, isOutbound, isRequestor, isResponse, keySet, put, 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, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
public LogicalMessageContextImpl(Message wrapped)
Method Detail |
---|
public javax.xml.ws.LogicalMessage getMessage()
getMessage
in interface javax.xml.ws.handler.LogicalMessageContext
public Object get(Object key)
get
in interface Map<String,Object>
get
in class WrappedMessageContext
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |