Apache CXF API

org.apache.cxf.jaxws.handler.logical
Class LogicalMessageContextImpl

java.lang.Object
  extended by org.apache.cxf.jaxws.context.WrappedMessageContext
      extended by org.apache.cxf.jaxws.handler.logical.LogicalMessageContextImpl
All Implemented Interfaces:
Map<String,Object>, LogicalMessageContext, MessageContext

public class LogicalMessageContextImpl
extends WrappedMessageContext
implements LogicalMessageContext


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.xml.ws.handler.MessageContext
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)
           
 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

LogicalMessageContextImpl

public LogicalMessageContextImpl(Message wrapped)
Method Detail

getMessage

public LogicalMessage getMessage()
Specified by:
getMessage in interface LogicalMessageContext

get

public Object get(Object key)
Specified by:
get in interface Map<String,Object>
Overrides:
get in class WrappedMessageContext

Apache CXF API

Apache CXF