final public static String ADDRESSING_ACTION(Code)
Gets the wsa:Action header value.
The propery value is available on incoming SOAP message. The type of the value
is
String .
Null if the incoming SOAP message didn't have the header.
since: 2.1.3
Gets the wsa:From header.
The propery value is available on incoming SOAP message. The type of the value
is
WSEndpointReference .
Null if the incoming SOAP message didn't have the header.
since: 2.1.3
ADDRESSING_MESSAGEID
final public static String ADDRESSING_MESSAGEID(Code)
Gets the wsa:MessageID header value.
The propery value is available on incoming SOAP message. The type of the value
is
String .
Null if the incoming SOAP message didn't have the header.
since: 2.1.3
Gets the wsa:To header.
The propery value is available on incoming SOAP message. The type of the value
is
WSEndpointReference .
Null if the incoming SOAP message didn't have the header.
since: 2.1.3
Reconstructs the URL the client used to make the request. The returned URL
contains a protocol, server name, port number, and server path, but it does
not include query string parameters.
The property value is available on incoming SOAP message on servlet transport.
since: 2.1.3
INBOUND_HEADER_LIST_PROPERTY
final public static String INBOUND_HEADER_LIST_PROPERTY(Code)
Acccess the list of SOAP headers in the SOAP message.
On
WebServiceContext , this property returns a
HeaderList object
that represents SOAP headers in the request message that was received.
On
BindingProvider.getResponseContext , this property returns a
HeaderList object that represents SOAP headers in the response message from the server.
The property is read-only, and please do not modify the returned
HeaderList as that may break the JAX-WS RI in some unexpected way.
THIS PROPERTY IS EXPERIMENTAL AND IS SUBJECT TO CHANGE WITHOUT NOTICE IN FUTURE.
MTOM_THRESHOLOD_VALUE
final public static String MTOM_THRESHOLOD_VALUE(Code)
SSL_SOCKET_FACTORY
final public static String SSL_SOCKET_FACTORY(Code)
Access the
WSEndpoint object that delivered the request.
WSEndpoint is the root of the objects that are together
responsible for delivering requests to the application SEI object.
One can look up this
WSEndpoint from
WebServiceContext ,
and from there access many parts of the JAX-WS RI runtime.
THIS PROPERTY IS EXPERIMENTAL AND IS SUBJECT TO CHANGE WITHOUT NOTICE IN FUTURE. since: 2.1.2