|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.objectweb.celtix.context.GenericMessageContext
public class GenericMessageContext
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 HashMap<String,javax.xml.ws.handler.MessageContext.Scope> |
scopes
|
Fields inherited from interface javax.xml.ws.handler.MessageContext |
---|
HTTP_REQUEST_HEADERS, HTTP_RESPONSE_CODE, HTTP_RESPONSE_HEADERS, MESSAGE_ATTACHMENTS, MESSAGE_OUTBOUND_PROPERTY, MESSAGE_SECURITY_CONFIGURATION, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE |
Constructor Summary | |
---|---|
GenericMessageContext()
|
Method Summary | |
---|---|
javax.xml.ws.handler.MessageContext.Scope |
getScope(String arg0)
|
void |
setScope(String arg0,
javax.xml.ws.handler.MessageContext.Scope arg1)
|
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 |
Field Detail |
---|
protected HashMap<String,javax.xml.ws.handler.MessageContext.Scope> scopes
Constructor Detail |
---|
public GenericMessageContext()
Method Detail |
---|
public void setScope(String arg0, javax.xml.ws.handler.MessageContext.Scope arg1)
setScope
in interface javax.xml.ws.handler.MessageContext
public javax.xml.ws.handler.MessageContext.Scope getScope(String arg0)
getScope
in interface javax.xml.ws.handler.MessageContext
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |