org.codehaus.xfire.jaxws.handler
Class AbstractMessageContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by org.codehaus.xfire.jaxws.handler.AbstractMessageContext
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>, javax.xml.ws.handler.MessageContext
Direct Known Subclasses:
LogicalMessageContext, SOAPMessageContext

public class AbstractMessageContext
extends java.util.HashMap<java.lang.String,java.lang.Object>
implements javax.xml.ws.handler.MessageContext

See Also:
Serialized Form

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 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, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE
 
Constructor Summary
AbstractMessageContext()
           
 
Method Summary
 javax.xml.ws.handler.MessageContext.Scope getScope(java.lang.String property)
           
 void setScope(java.lang.String property, javax.xml.ws.handler.MessageContext.Scope scope)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

AbstractMessageContext

public AbstractMessageContext()
Method Detail

getScope

public javax.xml.ws.handler.MessageContext.Scope getScope(java.lang.String property)
Specified by:
getScope in interface javax.xml.ws.handler.MessageContext

setScope

public void setScope(java.lang.String property,
                     javax.xml.ws.handler.MessageContext.Scope scope)
Specified by:
setScope in interface javax.xml.ws.handler.MessageContext


Copyright © 2004-2011. All Rights Reserved.