Class LogicalMessageContextImpl
java.lang.Object
org.apache.cxf.jaxws.context.WrappedMessageContext
org.apache.cxf.jaxws.handler.logical.LogicalMessageContextImpl
- All Implemented Interfaces:
jakarta.xml.ws.handler.LogicalMessageContext,jakarta.xml.ws.handler.MessageContext,Map<String,Object>
public class LogicalMessageContextImpl
extends WrappedMessageContext
implements jakarta.xml.ws.handler.LogicalMessageContext
-
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
Fields inherited from class org.apache.cxf.jaxws.context.WrappedMessageContext
SCOPESFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.ws.LogicalMessageMethods inherited from class org.apache.cxf.jaxws.context.WrappedMessageContext
clear, containsKey, containsValue, entrySet, getScope, getScopes, getWrappedMap, getWrappedMessage, isEmpty, isOutbound, isRequestor, isResponse, keySet, put, put, putAll, remove, setScope, size, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface jakarta.xml.ws.handler.MessageContext
getScope, setScope
-
Constructor Details
-
LogicalMessageContextImpl
public LogicalMessageContextImpl(org.apache.cxf.message.Message wrapped)
-
-
Method Details