com.ibm.wsspi.webservices
Class Constants

java.lang.Object
  extended bycom.ibm.websphere.webservices.Constants
      extended bycom.ibm.wsspi.webservices.Constants

public class Constants
extends 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 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
 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 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

SESSION_CONTEXT_PROPERTY

public final java.lang.String SESSION_CONTEXT_PROPERTY
The property key for the opaque session context object. The value associated with this property is the session context object. This property is used with

See Also:
Constant Field Values

HTTP_PROXYHOST_PROPERTY

public static final java.lang.String HTTP_PROXYHOST_PROPERTY
The property key for the host in the HTTP proxy configuration. The value associated with this property is a String. This property is used with

See Also:
Constant Field Values

HTTP_PROXYPORT_PROPERTY

public static final java.lang.String HTTP_PROXYPORT_PROPERTY
The property key for the port in the HTTP proxy configuration. The value associated with this property is a String. This property is used with

See Also:
Constant Field Values

HTTP_PROXYUSER_PROPERTY

public static final java.lang.String HTTP_PROXYUSER_PROPERTY
The property key for the user in the HTTP proxy configuration. The value associated with this property is a String. This property is used with

See Also:
Constant Field Values

HTTP_PROXYPASSWORD_PROPERTY

public static final java.lang.String HTTP_PROXYPASSWORD_PROPERTY
The property key for the password in the HTTP proxy configuration. The value associated with this property is a String. This property is used with

See Also:
Constant Field Values

HTTPS_PROXYHOST_PROPERTY

public static final java.lang.String HTTPS_PROXYHOST_PROPERTY
The property key for the host in the HTTPS proxy configuration. The value associated with this property is a String. This property is used with

See Also:
Constant Field Values

HTTPS_PROXYPORT_PROPERTY

public static final java.lang.String HTTPS_PROXYPORT_PROPERTY
The property key for the port in the HTTPS proxy configuration. The value associated with this property is a String. This property is used with

See Also:
Constant Field Values

HTTPS_PROXYUSER_PROPERTY

public static final java.lang.String HTTPS_PROXYUSER_PROPERTY
The property key for the user in the HTTPS proxy configuration. The value associated with this property is a String. This property is used with

See Also:
Constant Field Values

HTTPS_PROXYPASSWORD_PROPERTY

public static final java.lang.String HTTPS_PROXYPASSWORD_PROPERTY
The property key for the password in the HTTPS proxy configuration. The value associated with this property is a String. This property is used with

See Also:
Constant Field Values

HTTP_REQT_CONTENT_ENCODING

public static final java.lang.String HTTP_REQT_CONTENT_ENCODING
The property key for content encoding of the body of the HTTP request. The value associated with this property is a String. This property is used with

NOTE: This is the same attribute name in the binding information.

See Also:
Constant Field Values

HTTP_RESP_CONTENT_ENCODING

public static final java.lang.String HTTP_RESP_CONTENT_ENCODING
The property key for content encoding of the body of the HTTP response. The value associated with this property is a String. This property is used with

NOTE: This is the same attribute name in the binding information.

See Also:
Constant Field Values

HTTP_CONNECTION_KEEPALIVE

public static final java.lang.String HTTP_CONNECTION_KEEPALIVE
The property key for the keep-alive setting on the HTTP connection. The value associated with this property is a String of either Boolean.TRUE.toString() or Boolean.FALSE.toString(); This property is used with

NOTE: This is the same attribute name in the binding information.

See Also:
Constant Field Values

SSL_CONFIG_NAME_PROPERTY

public static final java.lang.String SSL_CONFIG_NAME_PROPERTY
The property key for the alias to an SSL configuration. The value associated with this property is a String. This property is used with

See Also:
Constant Field Values

OPTION_LAZYPARSEQNAMES

public static final java.lang.String OPTION_LAZYPARSEQNAMES
The property key for the list of QNames that are to be lazily parsed. The value associated with this property is a List. This property is used with NOTE:This property is a configurable option on the WSDDPort/PortDesc.

See Also:
Constant Field Values

HTTP_REDIRECT_ENABLED

public static final java.lang.String HTTP_REDIRECT_ENABLED
The property key for enabling HTTP redirection for methods other than GET/HEAD. The value associated with this property is a Boolean. This property is used with

See Also:
Constant Field Values

MESSAGE_CHARACTER_SET_ENCODING

public static final java.lang.String MESSAGE_CHARACTER_SET_ENCODING
The property key for the message encoding scheme. The value associated with this property is a String. This property is used with

See Also:
Constant Field Values

MESSAGE_WRITE_XML_DECLARATION

public static final java.lang.String MESSAGE_WRITE_XML_DECLARATION
The property key for indicating that the SOAP message should have the XML declaration. This property is used with

See Also:
Constant Field Values

CUSTOM_BINDER_PRELOAD_PROPERTY

public static final java.lang.String CUSTOM_BINDER_PRELOAD_PROPERTY
The property key for indicating whether the custom binder should be preloaded or not. The value associated with this property is a Boolean. The default value is Boolean.TRUE. This property is used with

See Also:
Constant Field Values

ATTACHMENT_STYLE

public static final java.lang.String ATTACHMENT_STYLE
The property key for indicating the message attachment style. The value associated with this property is a String. This property is used with

NOTE:These properties are used to determine whether or not the href should be serialized along with a body element for attachment parts.

See Also:
ATTACHMENT_STYLE_HREF, Constant Field Values

ATTACHMENT_STYLE_HREF

public static final java.lang.String ATTACHMENT_STYLE_HREF
A value for the property key ATTACHMENT_STYLE where the attachment is referenced by the 'href' attribute.

See Also:
ATTACHMENT_STYLE, Constant Field Values

NO_DATA_BINDING

public static final java.lang.String NO_DATA_BINDING
The property key for the noDataBinging option to be passed to the parser for parsing the WSDL file. The value associated with this property is a Boolean.

See Also:
Constant Field Values

JAX_RPC_MAPPING_FILE

public static final 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. The value associated with this property is a String containing the name of the file.

See Also:
Constant Field Values

CONNECTION_TIMEOUT_PROPERTY

public static final java.lang.String CONNECTION_TIMEOUT_PROPERTY
The property key for setting the socket connection timeout

See Also:
Constant Field Values

READ_TIMEOUT_PROPERTY

public static final java.lang.String READ_TIMEOUT_PROPERTY
The property key for setting the read timeout

See Also:
Constant Field Values

WRITE_TIMEOUT_PROPERTY

public static final java.lang.String WRITE_TIMEOUT_PROPERTY
The property key for setting the write timeout

See Also:
Constant Field Values

HTTP_RESPONSE_IS_CACHEABLE

public static final java.lang.String HTTP_RESPONSE_IS_CACHEABLE
The property key for indicating whether the HTTP response is cacheable or not.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()