class MessageContextImpl extends Object implements MessageContext
MessageContext.Scope
Modifier and Type | Field and Description |
---|---|
(package private) Packet |
packet |
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 and Description |
---|
MessageContextImpl(Packet packet)
Creates a new instance of MessageContextImpl
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
(package private) void |
fallback() |
(package private) void |
fill(Packet packet)
Fill a
Packet with values of this MessageContext . |
Object |
get(Object key) |
MessageContext.Scope |
getScope(String name) |
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 name,
MessageContext.Scope scope) |
int |
size() |
protected void |
updatePacket() |
Collection<Object> |
values() |
Packet packet
public MessageContextImpl(Packet packet)
void fallback()
protected void updatePacket()
public void setScope(String name, MessageContext.Scope scope)
setScope
in interface MessageContext
public MessageContext.Scope getScope(String name)
getScope
in interface MessageContext
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>
void fill(Packet packet)
Packet
with values of this MessageContext
.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.