public class BaseMessageContext extends Object implements javax.xml.ws.handler.MessageContext
javax.xml.ws.handler.MessageContext.Scope| Modifier and Type | Field and Description |
|---|---|
protected MessageContext |
messageCtx |
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| Modifier | Constructor and Description |
|---|---|
protected |
BaseMessageContext(MessageContext messageCtx) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
javax.xml.ws.handler.MessageContext.Scope |
getScope(String s) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> t) |
Object |
remove(Object key) |
void |
setScope(String s,
javax.xml.ws.handler.MessageContext.Scope scope) |
int |
size() |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllprotected MessageContext messageCtx
protected BaseMessageContext(MessageContext messageCtx)
messageCtx - public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>public javax.xml.ws.handler.MessageContext.Scope getScope(String s)
getScope in interface javax.xml.ws.handler.MessageContextpublic void setScope(String s, javax.xml.ws.handler.MessageContext.Scope scope)
setScope in interface javax.xml.ws.handler.MessageContextCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.