Package org.apache.cxf.jaxws.context
Class WrappedMessageContext
java.lang.Object
org.apache.cxf.jaxws.context.WrappedMessageContext
- Direct Known Subclasses:
LogicalMessageContextImpl,SOAPMessageContextImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K extends Object,V extends Object> Nested classes/interfaces inherited from interface jakarta.xml.ws.handler.MessageContext
jakarta.xml.ws.handler.MessageContext.Scope -
Field Summary
FieldsFields inherited from interface jakarta.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
ConstructorsConstructorDescriptionWrappedMessageContext(Map<String, Object> m, org.apache.cxf.message.Exchange ex, jakarta.xml.ws.handler.MessageContext.Scope defScope) WrappedMessageContext(org.apache.cxf.message.Message m) WrappedMessageContext(org.apache.cxf.message.Message m, jakarta.xml.ws.handler.MessageContext.Scope defScope) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()final booleancontainsKey(Object key) final booleancontainsValue(Object value) entrySet()final jakarta.xml.ws.handler.MessageContext.Scopefinal org.apache.cxf.message.Messagefinal booleanisEmpty()protected final booleanprotected final booleanprotected final booleankeySet()final Objectfinal Objectfinal voidfinal Objectfinal voidfinal intsize()final Collection<Object>values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
SCOPES
-
-
Constructor Details
-
WrappedMessageContext
public WrappedMessageContext(org.apache.cxf.message.Message m) -
WrappedMessageContext
public WrappedMessageContext(org.apache.cxf.message.Message m, jakarta.xml.ws.handler.MessageContext.Scope defScope) -
WrappedMessageContext
-
-
Method Details
-
isResponse
protected final boolean isResponse() -
isRequestor
protected final boolean isRequestor() -
isOutbound
protected final boolean isOutbound() -
getWrappedMessage
public final org.apache.cxf.message.Message getWrappedMessage() -
getWrappedMap
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
isEmpty
public final boolean isEmpty() -
keySet
-
entrySet
-
put
-
put
-
putAll
-
remove
-
size
public final int size() -
values
-
setScope
- Specified by:
setScopein interfacejakarta.xml.ws.handler.MessageContext
-
getScope
- Specified by:
getScopein interfacejakarta.xml.ws.handler.MessageContext
-
getScopes
-