org.apache.axis2.jaxws.handler
Class LogicalMessageContext

java.lang.Object
  extended by org.apache.axis2.jaxws.handler.BaseMessageContext
      extended by org.apache.axis2.jaxws.handler.LogicalMessageContext
All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.Object>, javax.xml.ws.handler.LogicalMessageContext, javax.xml.ws.handler.MessageContext

public class LogicalMessageContext
extends BaseMessageContext
implements javax.xml.ws.handler.LogicalMessageContext

The LogicalMessageContext is a JAX-WS interface that is given to Logical handlers to provide access to the message and its associated properties.


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
LogicalMessageContext(MessageContext messageCtx)
           
 
Method Summary
 javax.xml.ws.LogicalMessage getMessage()
           
 
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

LogicalMessageContext

public LogicalMessageContext(MessageContext messageCtx)
Method Detail

getMessage

public javax.xml.ws.LogicalMessage getMessage()
Specified by:
getMessage in interface javax.xml.ws.handler.LogicalMessageContext


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.