|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.webservices.Constants
com.ibm.wsspi.webservices.Constants
Constants used with Web services System Programming Interfaces (SPIs).
Field Summary | |
---|---|
static java.lang.String |
ATTACHMENT_STYLE
The property key for indicating the message attachment style. |
static java.lang.String |
ATTACHMENT_STYLE_HREF
A value for the property key ATTACHMENT_STYLE where the attachment is referenced by the 'href' attribute. |
static java.lang.String |
CONNECTION_TIMEOUT_PROPERTY
The property key for setting the socket connection timeout |
static java.lang.String |
CUSTOM_BINDER_PRELOAD_PROPERTY
The property key for indicating whether the custom binder should be preloaded or not. |
static java.lang.String |
EJB_SERVICE_TYPE
The value set on the #SERVICE_TYPE port option of the target service is an EJB. |
static java.lang.String |
ENABLE_MULTITHREADED_SESSION
Allows a client to share HTTP session information across threads for for the same client instance. |
static java.lang.String |
HTTP_CONNECTION_KEEPALIVE
The property key for the keep-alive setting on the HTTP connection. |
static java.lang.String |
HTTP_PROXYHOST_PROPERTY
The property key for the host in the HTTP proxy configuration. |
static java.lang.String |
HTTP_PROXYPASSWORD_PROPERTY
The property key for the password in the HTTP proxy configuration. |
static java.lang.String |
HTTP_PROXYPORT_PROPERTY
The property key for the port in the HTTP proxy configuration. |
static java.lang.String |
HTTP_PROXYUSER_PROPERTY
The property key for the user in the HTTP proxy configuration. |
static java.lang.String |
HTTP_REDIRECT_ENABLED
The property key for enabling HTTP redirection for methods other than GET/HEAD. |
static java.lang.String |
HTTP_REQT_CONTENT_ENCODING
The property key for content encoding of the body of the HTTP request. |
static java.lang.String |
HTTP_RESP_CONTENT_ENCODING
The property key for content encoding of the body of the HTTP response. |
static java.lang.String |
HTTP_RESPONSE_IS_CACHEABLE
The property key for indicating whether the HTTP response is cacheable or not. |
static java.lang.String |
HTTPS_PROXYHOST_PROPERTY
The property key for the host in the HTTPS proxy configuration. |
static java.lang.String |
HTTPS_PROXYPASSWORD_PROPERTY
The property key for the password in the HTTPS proxy configuration. |
static java.lang.String |
HTTPS_PROXYPORT_PROPERTY
The property key for the port in the HTTPS proxy configuration. |
static java.lang.String |
HTTPS_PROXYUSER_PROPERTY
The property key for the user in the HTTPS proxy configuration. |
static java.lang.String |
JAX_RPC_MAPPING_FILE
The property key for the name of the JAXRPC mapping file to be passed to the parser for parsing the WSDL file. |
static java.lang.String |
MESSAGE_CHARACTER_SET_ENCODING
The property key for the message encoding scheme. |
static java.lang.String |
MESSAGE_WRITE_XML_DECLARATION
The property key for indicating that the SOAP message should have the XML declaration. |
static java.lang.String |
NO_DATA_BINDING
The property key for the noDataBinging option to be passed to the parser for parsing the WSDL file. |
static java.lang.String |
OPTION_LAZYPARSEQNAMES
The property key for the list of QNames that are to be lazily parsed. |
static java.lang.String |
READ_TIMEOUT_PROPERTY
The property key for setting the read timeout |
static java.lang.String |
SERVICE_TYPE
The property key for the type of the target service. |
java.lang.String |
SESSION_CONTEXT_PROPERTY
The property key for the opaque session context object. |
static java.lang.String |
SSL_CONFIG_NAME_PROPERTY
The property key for the alias to an SSL configuration. |
static java.lang.String |
WAR_SERVICE_TYPE
The value set on the #SERVICE_TYPE port option of the target service is not an EJB. |
static java.lang.String |
WRITE_TIMEOUT_PROPERTY
The property key for setting the write timeout |
Fields inherited from class com.ibm.websphere.webservices.Constants |
---|
DISABLE_SERIALIZE_ANON_TOKEN, EJB_PROTOCOL_NAMESPACE, ENABLE_TRAN_ONEWAY, HTTP_HEADER_COOKIE, HTTP_HEADER_COOKIE2, HTTP_HEADER_SET_COOKIE, HTTP_HEADER_SET_COOKIE2, PROTOCOL_NAMESPACE, REQUEST_SOAP_HEADERS, REQUEST_TRANSPORT_PROPERTIES, RESPONSE_SOAP_HEADERS, RESPONSE_TRANSPORT_PROPERTIES, SERIALIZE_DATA_HANDLER_AXIS_STYLE, TEMPORARY_ATTACHMENTS_DIR |
Constructor Summary | |
---|---|
Constants()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final java.lang.String SESSION_CONTEXT_PROPERTY
public static final java.lang.String HTTP_PROXYHOST_PROPERTY
public static final java.lang.String HTTP_PROXYPORT_PROPERTY
public static final java.lang.String HTTP_PROXYUSER_PROPERTY
public static final java.lang.String HTTP_PROXYPASSWORD_PROPERTY
public static final java.lang.String HTTPS_PROXYHOST_PROPERTY
public static final java.lang.String HTTPS_PROXYPORT_PROPERTY
public static final java.lang.String HTTPS_PROXYUSER_PROPERTY
public static final java.lang.String HTTPS_PROXYPASSWORD_PROPERTY
public static final java.lang.String HTTP_REQT_CONTENT_ENCODING
NOTE: This is the same attribute name in the binding information.
public static final java.lang.String HTTP_RESP_CONTENT_ENCODING
NOTE: This is the same attribute name in the binding information.
public static final java.lang.String HTTP_CONNECTION_KEEPALIVE
NOTE: This is the same attribute name in the binding information.
public static final java.lang.String SSL_CONFIG_NAME_PROPERTY
public static final java.lang.String OPTION_LAZYPARSEQNAMES
public static final java.lang.String HTTP_REDIRECT_ENABLED
public static final java.lang.String MESSAGE_CHARACTER_SET_ENCODING
public static final java.lang.String MESSAGE_WRITE_XML_DECLARATION
public static final java.lang.String CUSTOM_BINDER_PRELOAD_PROPERTY
public static final java.lang.String ATTACHMENT_STYLE
NOTE:These properties are used to determine whether or not the href should be serialized along with a body element for attachment parts.
ATTACHMENT_STYLE_HREF
,
Constant Field Valuespublic static final java.lang.String ATTACHMENT_STYLE_HREF
ATTACHMENT_STYLE
,
Constant Field Valuespublic static final java.lang.String NO_DATA_BINDING
public static final java.lang.String JAX_RPC_MAPPING_FILE
public static final java.lang.String CONNECTION_TIMEOUT_PROPERTY
public static final java.lang.String READ_TIMEOUT_PROPERTY
public static final java.lang.String WRITE_TIMEOUT_PROPERTY
public static final java.lang.String HTTP_RESPONSE_IS_CACHEABLE
public static final java.lang.String ENABLE_MULTITHREADED_SESSION
public static final java.lang.String SERVICE_TYPE
EJB_SERVICE_TYPE
,
WAR_SERVICE_TYPE
,
Constant Field Valuespublic static final java.lang.String EJB_SERVICE_TYPE
SERVICE_TYPE
,
Constant Field Valuespublic static final java.lang.String WAR_SERVICE_TYPE
SERVICE_TYPE
,
Constant Field ValuesConstructor Detail |
public Constants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |