public abstract class MessageContextJAXRPC extends CommonMessageContext implements MessageContext
Modifier and Type | Field and Description |
---|---|
static String |
SERVLET_CONTEXT |
static String |
SERVLET_REQUEST |
static String |
SERVLET_RESPONSE |
props, REMOTING_METADATA
Constructor and Description |
---|
MessageContextJAXRPC() |
MessageContextJAXRPC(CommonMessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperty(String name)
Returns true if the MessageContext contains a property with the specified name.
|
SerializationContext |
createSerializationContext()
Create the serialization context
|
org.jboss.xb.binding.NamespaceRegistry |
getNamespaceRegistry()
Gets the namespace registry for this message context
|
Map<String,Object> |
getProperties()
Get the message context properties
|
Object |
getProperty(String name)
Gets the value of a specific property from the MessageContext
|
Iterator |
getPropertyNames()
Returns an Iterator view of the names of the properties in this MessageContext
|
static CommonMessageContext |
processPivot(CommonMessageContext requestContext) |
void |
removeProperty(String name)
Removes a property (name-value pair) from the MessageContext
|
void |
setProperty(String name,
Object value)
Sets the name and value of a property associated with the MessageContext.
|
cleanupAttachments, clear, containsKey, containsValue, entrySet, get, getEndpointMetaData, getOperationMetaData, getSerializationContext, getSOAPMessage, isEmpty, isModified, keySet, put, putAll, remove, setEndpointMetaData, setModified, setOperationMetaData, setSerializationContext, setSOAPMessage, size, values
public static final String SERVLET_CONTEXT
public static final String SERVLET_REQUEST
public static final String SERVLET_RESPONSE
public MessageContextJAXRPC()
public MessageContextJAXRPC(CommonMessageContext msgContext)
public SerializationContext createSerializationContext()
createSerializationContext
in class CommonMessageContext
public org.jboss.xb.binding.NamespaceRegistry getNamespaceRegistry()
getNamespaceRegistry
in class CommonMessageContext
public static CommonMessageContext processPivot(CommonMessageContext requestContext)
public boolean containsProperty(String name)
containsProperty
in interface MessageContext
name
- Name of the property whose presense is to be testedpublic Object getProperty(String name)
getProperty
in interface MessageContext
name
- Name of the property whose value is to be retrievedpublic Iterator getPropertyNames()
getPropertyNames
in interface MessageContext
public void removeProperty(String name)
removeProperty
in interface MessageContext
name
- Name of the property to be removedpublic void setProperty(String name, Object value)
setProperty
in interface MessageContext
name
- Name of the property associated with the MessageContextvalue
- Value of the propertyCopyright © 2014 JBoss by Red Hat. All Rights Reserved.