com.ibm.websphere.http.data.util
Class HTTPBindingConstants

java.lang.Object
  extended by com.ibm.websphere.http.data.util.HTTPBindingConstants

public class HTTPBindingConstants
extends java.lang.Object

HTTP Binding constants class.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String HTTP_HEADER_IS_BUSINESS_EXCEPTION
          HTTP header name transporting information about request or response being a business exception.
static java.lang.String HTTP_HEADER_SESSION_CONTEXT
          ;Name of the HTTP header that contains the WBI Session Context.
static java.lang.String HTTP_HEADER_USER_CONTEXT
          Name of the HTTP header that contains the WBI User Context.
static javax.xml.namespace.QName SCA_MSG_HEADER_HTTP
          Name of the SCA Message header pointing to the HTTP Binding header collection.
 
Constructor Summary
HTTPBindingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

HTTP_HEADER_IS_BUSINESS_EXCEPTION

public static final java.lang.String HTTP_HEADER_IS_BUSINESS_EXCEPTION
HTTP header name transporting information about request or response being a business exception.

See Also:
Constant Field Values

SCA_MSG_HEADER_HTTP

public static final javax.xml.namespace.QName SCA_MSG_HEADER_HTTP
Name of the SCA Message header pointing to the HTTP Binding header collection.


HTTP_HEADER_SESSION_CONTEXT

public static final java.lang.String HTTP_HEADER_SESSION_CONTEXT
;Name of the HTTP header that contains the WBI Session Context.

See Also:
Constant Field Values

HTTP_HEADER_USER_CONTEXT

public static final java.lang.String HTTP_HEADER_USER_CONTEXT
Name of the HTTP header that contains the WBI User Context.

See Also:
Constant Field Values
Constructor Detail

HTTPBindingConstants

public HTTPBindingConstants()