javax.xml.rpc.handler.MessageContext
SoapMessageContext
public abstract class WlMessageContext
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
APPLICATION_ID |
Deprecated.
|
static java.lang.String |
CONTEXT_PATH |
Deprecated.
|
static java.lang.String |
DK_LABEL_PROPERTY |
Deprecated.
|
static java.lang.String |
DK_LENGTH_PROPERTY |
Deprecated.
|
static java.lang.String |
END_POINT_ADDRESS |
Deprecated.
|
static java.lang.String |
END_POINT_URI |
Deprecated.
|
protected java.lang.Throwable |
fault |
Deprecated.
|
static java.lang.String |
INCOMING_FAULT_MSG |
Deprecated.
|
static java.lang.String |
IS_CLIENT_CERT_REQUIRED |
Deprecated.
|
static java.lang.String |
IS_MTOM_ENABLE_IN_JAXWS |
Deprecated.
|
static java.lang.String |
IS_SECURE_SERVLET_REQUEST |
Deprecated.
|
static java.lang.String |
MTOM_MESSAGE_RECVD |
Deprecated.
|
static java.lang.String |
MTOM_THRESHOLD |
Deprecated.
Property for MTOM threshold value.
|
protected java.util.Map |
propertyMap |
Deprecated.
|
static java.lang.String |
SAML_CREDENTIAL |
Deprecated.
|
static java.lang.String |
SCT_LIFETIME_PROPERTY |
Deprecated.
|
static java.lang.String |
SECURITY_CONTEXT_CREDENTIAL |
Deprecated.
|
static java.lang.String |
SECURITY_REALM |
Deprecated.
|
static java.lang.String |
SERVICE_NAME |
Deprecated.
|
static java.lang.String |
SERVICE_URI |
Deprecated.
|
static java.lang.String |
SERVLET_REQUEST |
Deprecated.
|
static java.lang.String |
SERVLET_RESPONSE |
Deprecated.
|
static java.lang.String |
STREAM_ATTACHMENTS |
Deprecated.
|
static java.lang.String |
STS_ENDPOINT_ADDRESS_PROPERTY |
Deprecated.
use WLStub.WST_STS_ENDPOINT_ON_WSSC for WS-SecureCOnversation related STS endpoint setting and
use WLStub.WST_STS_ENDPOINT_ON_SAML for SAML related STS endpoint setting
|
static java.lang.String |
TRANSPORT_HEADERS |
Deprecated.
|
static java.lang.String |
VALIDATE_REQUEST |
Deprecated.
|
static java.lang.String |
WSS_MESSAGE_AGE |
Deprecated.
|
static java.lang.String |
WST_BOOT_STRAP_POLICY |
Deprecated.
|
Constructor | Description |
---|---|
WlMessageContext() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
containsProperty(java.lang.String name) |
Deprecated.
Determines if the context contains a given property
|
java.lang.Throwable |
getFault() |
Deprecated.
Gets a Throwable representing the current fault
|
MsgHeaders |
getHeaders() |
Deprecated.
Gets any message headers
|
java.lang.Object |
getProperty(java.lang.String name) |
Deprecated.
Gets a property on the context
|
java.util.Iterator |
getPropertyNames() |
Deprecated.
Gets an iterator over the property names
|
boolean |
hasFault() |
Deprecated.
|
static WlMessageContext |
narrow(javax.xml.rpc.handler.MessageContext context) |
Deprecated.
Narrows a generic MessageContext to a WLS-specific context
|
void |
removeProperty(java.lang.String name) |
Deprecated.
Removes a property from the context
|
void |
setFault(java.lang.Throwable th) |
Deprecated.
|
void |
setHeaders(MsgHeaders headers) |
Deprecated.
|
void |
setProperty(java.lang.String name,
java.lang.Object value) |
Deprecated.
Sets a property on the context
|
protected java.lang.Throwable fault
protected final java.util.Map propertyMap
public static final java.lang.String END_POINT_URI
public static final java.lang.String END_POINT_ADDRESS
public static final java.lang.String TRANSPORT_HEADERS
public static final java.lang.String SERVLET_REQUEST
public static final java.lang.String IS_CLIENT_CERT_REQUIRED
public static final java.lang.String SERVLET_RESPONSE
public static final java.lang.String IS_SECURE_SERVLET_REQUEST
public static final java.lang.String SECURITY_CONTEXT_CREDENTIAL
public static final java.lang.String SAML_CREDENTIAL
public static final java.lang.String STS_ENDPOINT_ADDRESS_PROPERTY
public static final java.lang.String WST_BOOT_STRAP_POLICY
public static final java.lang.String SCT_LIFETIME_PROPERTY
public static final java.lang.String DK_LABEL_PROPERTY
public static final java.lang.String DK_LENGTH_PROPERTY
public static final java.lang.String WSS_MESSAGE_AGE
public static final java.lang.String INCOMING_FAULT_MSG
public static final java.lang.String MTOM_MESSAGE_RECVD
public static final java.lang.String SERVICE_NAME
public static final java.lang.String CONTEXT_PATH
public static final java.lang.String SERVICE_URI
public static final java.lang.String SECURITY_REALM
public static final java.lang.String APPLICATION_ID
public static final java.lang.String STREAM_ATTACHMENTS
public static final java.lang.String VALIDATE_REQUEST
public static final java.lang.String IS_MTOM_ENABLE_IN_JAXWS
public static final java.lang.String MTOM_THRESHOLD
public static WlMessageContext narrow(javax.xml.rpc.handler.MessageContext context)
context
- The generic MessageContextpublic java.lang.Throwable getFault()
public void setFault(java.lang.Throwable th)
public boolean hasFault()
public void setProperty(java.lang.String name, java.lang.Object value)
setProperty
in interface javax.xml.rpc.handler.MessageContext
name
- The name of the propertyvalue
- The value of the propertypublic java.lang.Object getProperty(java.lang.String name)
getProperty
in interface javax.xml.rpc.handler.MessageContext
name
- The name of the propertypublic void removeProperty(java.lang.String name)
removeProperty
in interface javax.xml.rpc.handler.MessageContext
name
- The name of the propertypublic boolean containsProperty(java.lang.String name)
containsProperty
in interface javax.xml.rpc.handler.MessageContext
name
- The name of the propertypublic java.util.Iterator getPropertyNames()
getPropertyNames
in interface javax.xml.rpc.handler.MessageContext
public MsgHeaders getHeaders()
public void setHeaders(MsgHeaders headers)
headers
-