Celtix User APIs

org.objectweb.celtix.context
Class MessageContextWrapper

java.lang.Object
  extended by org.objectweb.celtix.context.MessageContextWrapper
All Implemented Interfaces:
Map<String,Object>, javax.xml.ws.handler.MessageContext

public class MessageContextWrapper
extends Object
implements javax.xml.ws.handler.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
Map.Entry<K,V>
 
Field Summary
protected  javax.xml.ws.handler.MessageContext context
           
 
Fields inherited from interface javax.xml.ws.handler.MessageContext
HTTP_REQUEST_HEADERS, HTTP_REQUEST_METHOD, HTTP_RESPONSE_CODE, HTTP_RESPONSE_HEADERS, MESSAGE_ATTACHMENTS, MESSAGE_OUTBOUND_PROPERTY, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE, SERVLET_SESSION, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE
 
Constructor Summary
MessageContextWrapper(javax.xml.ws.handler.MessageContext ctx)
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object arg0)
           
 boolean containsValue(Object arg0)
           
 Set<Map.Entry<String,Object>> entrySet()
           
 Object get(Object arg0)
           
 javax.xml.ws.handler.MessageContext.Scope getScope(String arg0)
           
 javax.xml.ws.handler.MessageContext getWrappedContext()
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 Object put(String arg0, Object arg1)
           
 void putAll(Map<? extends String,? extends Object> arg0)
           
 Object remove(Object arg0)
           
 void setScope(String arg0, javax.xml.ws.handler.MessageContext.Scope arg1)
           
 int size()
           
 String toString()
           
 Collection<Object> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

context

protected javax.xml.ws.handler.MessageContext context
Constructor Detail

MessageContextWrapper

public MessageContextWrapper(javax.xml.ws.handler.MessageContext ctx)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

setScope

public void setScope(String arg0,
                     javax.xml.ws.handler.MessageContext.Scope arg1)
Specified by:
setScope in interface javax.xml.ws.handler.MessageContext

getScope

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

size

public int size()
Specified by:
size in interface Map<String,Object>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map<String,Object>

containsKey

public boolean containsKey(Object arg0)
Specified by:
containsKey in interface Map<String,Object>

containsValue

public boolean containsValue(Object arg0)
Specified by:
containsValue in interface Map<String,Object>

get

public Object get(Object arg0)
Specified by:
get in interface Map<String,Object>

put

public Object put(String arg0,
                  Object arg1)
Specified by:
put in interface Map<String,Object>

remove

public Object remove(Object arg0)
Specified by:
remove in interface Map<String,Object>

putAll

public void putAll(Map<? extends String,? extends Object> arg0)
Specified by:
putAll in interface Map<String,Object>

clear

public void clear()
Specified by:
clear in interface Map<String,Object>

keySet

public Set<String> keySet()
Specified by:
keySet in interface Map<String,Object>

values

public Collection<Object> values()
Specified by:
values in interface Map<String,Object>

entrySet

public Set<Map.Entry<String,Object>> entrySet()
Specified by:
entrySet in interface Map<String,Object>

getWrappedContext

public javax.xml.ws.handler.MessageContext getWrappedContext()

Celtix User APIs