|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.webservices.Constants
This class contains constants that are exposed to the client developer via the API. Client developers can import this class to use the constants.
Field Summary | |
---|---|
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 |
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. |
Constructor Summary | |
---|---|
Constants()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
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
Constructor Detail |
public Constants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |