public class MessageContext
extends java.lang.Object
oracle.webservices.provider.transport.HTTPConstants
.Constructor and Description |
---|
MessageContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperty(java.lang.String name)
Determine if the MessageContext contains a property with the specified name.
|
java.lang.Object |
getProperty(java.lang.String name)
Get the value of a specific property.
|
java.util.Iterator |
getPropertyNames()
Return an Iterator view of all property names.
|
java.lang.String |
getRequestSoapXml() |
java.lang.String |
getResponseSoapXml() |
void |
removeProperty(java.lang.String name)
Remove a specific property (name-value pair).
|
void |
setProperty(java.lang.String name, java.lang.Object value)
Set the name and value of a property.
|
void |
setRequestSoapXml(java.lang.String soapxml) |
void |
setResponseSoapXml(java.lang.String soapxml) |
public boolean containsProperty(java.lang.String name)
name
- Property namename
.public java.lang.Object getProperty(java.lang.String name)
name
- the property name.public java.util.Iterator getPropertyNames()
public void removeProperty(java.lang.String name)
name
- the name of the property to be removed.public void setProperty(java.lang.String name, java.lang.Object value)
name
- the name of the property.value
- the value of the property, which is an Object.public java.lang.String getRequestSoapXml()
public java.lang.String getResponseSoapXml()
public void setRequestSoapXml(java.lang.String soapxml)
soapxml
- String - value for soap-xml for requestpublic void setResponseSoapXml(java.lang.String soapxml)
soapxml
- String - value for soap-xml for response