public class Constants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DISABLE_SERIALIZE_ANON_TOKEN
This property is only applicable to the server side; it affects whether the anonymous
complexType token > is serialized in the localPart of the QName used for the faultCode
in a SOAP Fault--hence why it is not applicable to a client.
|
static java.lang.String |
EJB_PROTOCOL_NAMESPACE
Value of the protocol namespace for an EJB binding, configured on a Call or Stub
|
static java.lang.String |
ENABLE_TRAN_ONEWAY
This property can be set on a Stub or Call object (and can also be set as a custom property in the
ibm-webservicesclient-bnd.xmi file) to indicate that the request and response messages
associated with a one-way JMS-based web service request should be sent and received
transactionally, using the client application's currently-active transaction.
|
static java.lang.String |
HTTP_HEADER_COOKIE
Common HTTP transport headers which can be sent or received.
|
static java.lang.String |
HTTP_HEADER_COOKIE2 |
static java.lang.String |
HTTP_HEADER_SET_COOKIE |
static java.lang.String |
HTTP_HEADER_SET_COOKIE2 |
static java.lang.String |
JMS_JNDI_CACHE_EXPIRATION
This is a system property that can be used to specify the expiration time (in seconds) of the
JNDI cache maintained by the SOAP/JMS runtime component.
|
static java.lang.String |
PROTOCOL_NAMESPACE
Name of the protocol namespace property configured on a Call or Stub
|
static java.lang.String |
REQUEST_SOAP_HEADERS
This property can be set on a Stub or Call object to provide a HashMap of request SOAP headers
to be included in the outbound request message.
|
static java.lang.String |
REQUEST_TRANSPORT_PROPERTIES
Property containing a HashMap of values to be sent in transport headers when a
request is sent by a client.
|
static java.lang.String |
RESPONSE_SOAP_HEADERS
This property can be set on a Stub or Call object to provide a HashMap that contains
the names (QName) of SOAP headers that should be retrieved from subsequent SOAP response
messages and inserted into the HashMap.
|
static java.lang.String |
RESPONSE_TRANSPORT_PROPERTIES
Property containing a HashMap of values to be received in transport headers when a
response is received by a client.
|
static java.lang.String |
SERIALIZE_DATA_HANDLER_AXIS_STYLE
CLIENT/SERVER: This property indicates that the request and response messages containing the
{http://xml.apache.org/xml-soap}DataHandler xml type should serialize the DataHandler
in the old v5.x Axis-style.
|
static java.lang.String |
SOAPJMS_MESSAGETYPE
This property is used to specify the JMS Message Type when using JMS as the transport for web service
invocations.
|
Constructor and Description |
---|
Constants() |
public static final java.lang.String PROTOCOL_NAMESPACE
public static final java.lang.String EJB_PROTOCOL_NAMESPACE
public static final java.lang.String REQUEST_TRANSPORT_PROPERTIES
public static final java.lang.String RESPONSE_TRANSPORT_PROPERTIES
public static final java.lang.String HTTP_HEADER_COOKIE
REQUEST_TRANSPORT_PROPERTIES
.
For information on receiving headers see RESPONSE_TRANSPORT_PROPERTIES
.public static final java.lang.String HTTP_HEADER_COOKIE2
public static final java.lang.String HTTP_HEADER_SET_COOKIE
public static final java.lang.String HTTP_HEADER_SET_COOKIE2
public static final java.lang.String REQUEST_SOAP_HEADERS
public static final java.lang.String RESPONSE_SOAP_HEADERS
public static final java.lang.String ENABLE_TRAN_ONEWAY
public static final java.lang.String JMS_JNDI_CACHE_EXPIRATION
public static final java.lang.String SERIALIZE_DATA_HANDLER_AXIS_STYLE
public static final java.lang.String DISABLE_SERIALIZE_ANON_TOKEN
public static final java.lang.String SOAPJMS_MESSAGETYPE