javax.xml.ws.handler
Interface MessageContext
- All Superinterfaces:
- Map<String,Object>
- All Known Subinterfaces:
- LogicalMessageContext, SOAPMessageContext
public interface MessageContext
- extends Map<String,Object>
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
MESSAGE_OUTBOUND_PROPERTY
static final String MESSAGE_OUTBOUND_PROPERTY
- See Also:
- Constant Field Values
WSDL_DESCRIPTION
static final String WSDL_DESCRIPTION
- See Also:
- Constant Field Values
WSDL_SERVICE
static final String WSDL_SERVICE
- See Also:
- Constant Field Values
WSDL_PORT
static final String WSDL_PORT
- See Also:
- Constant Field Values
WSDL_INTERFACE
static final String WSDL_INTERFACE
- See Also:
- Constant Field Values
WSDL_OPERATION
static final String WSDL_OPERATION
- See Also:
- Constant Field Values
HTTP_RESPONSE_CODE
static final String HTTP_RESPONSE_CODE
- See Also:
- Constant Field Values
REFERENCE_PARAMETERS
static final String REFERENCE_PARAMETERS
- See Also:
- Constant Field Values
HTTP_REQUEST_HEADERS
static final String HTTP_REQUEST_HEADERS
- See Also:
- Constant Field Values
HTTP_RESPONSE_HEADERS
static final String HTTP_RESPONSE_HEADERS
- See Also:
- Constant Field Values
HTTP_REQUEST_METHOD
static final String HTTP_REQUEST_METHOD
- See Also:
- Constant Field Values
SERVLET_REQUEST
static final String SERVLET_REQUEST
- See Also:
- Constant Field Values
SERVLET_RESPONSE
static final String SERVLET_RESPONSE
- See Also:
- Constant Field Values
SERVLET_CONTEXT
static final String SERVLET_CONTEXT
- See Also:
- Constant Field Values
INBOUND_MESSAGE_ATTACHMENTS
static final String INBOUND_MESSAGE_ATTACHMENTS
- See Also:
- Constant Field Values
OUTBOUND_MESSAGE_ATTACHMENTS
static final String OUTBOUND_MESSAGE_ATTACHMENTS
- See Also:
- Constant Field Values
QUERY_STRING
static final String QUERY_STRING
- See Also:
- Constant Field Values
PATH_INFO
static final String PATH_INFO
- See Also:
- Constant Field Values
setScope
void setScope(String s,
MessageContext.Scope scope)
getScope
MessageContext.Scope getScope(String s)
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.