public abstract class MessageContextJAXRPC extends CommonMessageContext implements javax.xml.rpc.handler.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 javax.xml.rpc.handler.MessageContext
public Object getProperty(String name)
getProperty
in interface javax.xml.rpc.handler.MessageContext
public Iterator getPropertyNames()
getPropertyNames
in interface javax.xml.rpc.handler.MessageContext
public void removeProperty(String name)
removeProperty
in interface javax.xml.rpc.handler.MessageContext
public void setProperty(String name, Object value)
setProperty
in interface javax.xml.rpc.handler.MessageContext
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.