public interface MessageContext extends Map<String,Object>
| Modifier and Type | Interface and Description |
|---|---|
static class |
MessageContext.Scope |
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_REQUEST_HEADERS |
static String |
HTTP_REQUEST_METHOD |
static String |
HTTP_RESPONSE_CODE |
static String |
HTTP_RESPONSE_HEADERS |
static String |
INBOUND_MESSAGE_ATTACHMENTS |
static String |
MESSAGE_OUTBOUND_PROPERTY |
static String |
OUTBOUND_MESSAGE_ATTACHMENTS |
static String |
PATH_INFO |
static String |
QUERY_STRING |
static String |
REFERENCE_PARAMETERS |
static String |
SERVLET_CONTEXT |
static String |
SERVLET_REQUEST |
static String |
SERVLET_RESPONSE |
static String |
WSDL_DESCRIPTION |
static String |
WSDL_INTERFACE |
static String |
WSDL_OPERATION |
static String |
WSDL_PORT |
static String |
WSDL_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
MessageContext.Scope |
getScope(String s) |
void |
setScope(String s,
MessageContext.Scope scope) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesstatic final String MESSAGE_OUTBOUND_PROPERTY
static final String WSDL_DESCRIPTION
static final String WSDL_SERVICE
static final String WSDL_PORT
static final String WSDL_INTERFACE
static final String WSDL_OPERATION
static final String HTTP_RESPONSE_CODE
static final String REFERENCE_PARAMETERS
static final String HTTP_REQUEST_HEADERS
static final String HTTP_RESPONSE_HEADERS
static final String HTTP_REQUEST_METHOD
static final String SERVLET_REQUEST
static final String SERVLET_RESPONSE
static final String SERVLET_CONTEXT
static final String INBOUND_MESSAGE_ATTACHMENTS
static final String OUTBOUND_MESSAGE_ATTACHMENTS
static final String QUERY_STRING
static final String PATH_INFO
void setScope(String s, MessageContext.Scope scope)
MessageContext.Scope getScope(String s)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.