FileDocCategorySizeDatePackage
SOAPConstants.javaAPI DocGlassfish v2 API9401Fri May 04 22:30:28 BST 2007com.sun.enterprise.jbi.serviceengine.util.soap

SOAPConstants

public interface SOAPConstants
This is a constants repository and is used by all SOAP binding components running in the JBI container.
author
Sun Microsystems, Inc.

Fields Summary
int
DEFAULT_MAX_THREADS
Default value for max threads.
int
DEFAULT_MIN_THREADS
Default value for min threads.
int
DEFAULT_THREAD_SLEEP_TIME
Default Thread sleep time in milliseconds.
String
FAULT_STRING_PROPERTY_NAME
Message Context property which holds fault string.
String
FAULT_CODE_PROPERTY_NAME
Message Context property which holds fault actor name.
String
HEADER_PROPERTY_NAME
Message Context property which holds SOAP header information.
String
SOAP_ACTION_PROPERTY_NAME
Message Context property which holds soap action value.
String
HTTP_RESPONSE_CODE
Message context property which hold http response code.
int
INTERNAL_SERVER_ERROR
Indicates that an exception has been thrown while the request was being processed.
int
SERVICE_TIMEOUT
Indicates that the service could not be invoked in the specified time.
int
BAD_REQUEST_FORMAT
Indicates that the request does not conform to the request format.
int
OPERATION_NOT_SUPPORTED
Indicates that the endpoint does not support the current operation.
int
SERVICE_NOT_ACTIVATED
Indicates that an endpoint has been deployed for the service URL and that engine has not activated the inbound service channel.
int
INVALID_SOAP_REQUEST_MESSAGE
Indicates that the request message conforms to XML standards but not to SOAP standards.
int
JBI_ERROR
Indicates that an error has been set in the Message Exchange.
int
JBI_FAULT
Indicates that a fault has been set in the Message Exchange.
int
JBI_SUCCESS
Indicates that the message has been successfully processed.
int
JBI_DONE
Indicates that the message processing has been completed.
String
IN_ONLY_PATTERN
In_Only Pattern name.
String
ROBUST_IN_ONLY_PATTERN
Robust In_Only Pattern name.
String
IN_OPTIONAL_OUT_PATTERN
In_Optional_Out Pattern name.
String
IN_OUT_PATTERN
In_Out Pattern name.
String
OUT_ONLY_PATTERN
Out_Only Pattern name.
String
ROBUST_OUT_ONLY_PATTERN
Out_In Pattern name.
String
OUT_OPTIONAL_IN_PATTERN
Out_In Pattern name.
String
OUT_IN_PATTERN
Out_In Pattern name.
String
HTTP_SCHEME
HTTP Scheme identifier.
String
HTTPS_SCHEME
HTTPS Scheme identifier.
String
RPC_STYLE
RPC Style.
String
DOCUMENT_STYLE
Document Style.
String
REGISTRY_FILE_NAME
Property which holds the registry File Name.
String
REGISTRY_FILE_LOCATION
Property which holds the registry file location.
String
SCHEMA_DIR_NAME
Schema directory name.
String
UTF_8
UTF 8.
String
UTF_16
UTF-16 representation.
String
XML_CONTENT_TYPE
XML Content Type.
String
XML_CONTENT_TYPE_CHARSET_UTF8
XML Content Type value which also contains the charset.
String
XML_CONTENT_TYPE_CHARSET_UTF16
XML Content Type value which also contains the charset.
String
SERVER_FAULT_CODE
Server Fault Code.
String
CLIENT_FAULT_CODE
Client Fault Code.
String
FAULT_STRING
Fault String.
String
FAULT_CODE_ELEMENT
String
FAULT_STRING_ELEMENT
String
FAULT_DETAIL_ELEMENT
String
VERSION_MISMATCH_FAULT_CODE
Version Mismatch Fault Code.
Level
DEFAULT_LOG_LEVEL
Default Log Level.
String
SOAP_PACKAGE_NAME
SOAP Package Name.
String
THREAD_PACKAGE_NAME
Package name for thread framework.
String
CONFIG_PACKAGE_NAME
Package name for configuration classes.
String
OUTBOUND_PACKAGE_NAME
Package name for classes handling outbound requests.
String
UTIL_PACKAGE_NAME
Package name for utility classes.
String
NEW_LINE
NEW_LINE_CHARACTER.
String
HTTP_SERVLET_REQUEST
HTTP_SERVLET_REQUEST_PROPERTY.
String
DEFAULT_OPERATION_NAME
Default Operation name.
String
DEFAULT_OPERATION_PREFIX
Default Operation name.
String
DEFAULT_XML_NS_SCHEME
Default Operation name.
String
SUBJECT
Subject.
String
JAXP_SCHEMA_LANGUAGE
JAXP schema language.
String
W3C_XML_SCHEMA
XML schema version.
String
JAXP_SCHEMA_SOURCE
Attribute indicating JAXP schema source.
String
DEPLOY_SCHEMA_FILE
Name of the deployment schema file.
String
SOAP_PREFIX
String
SOAP_ENVELOPE
String
SOAP_HEADER
String
SOAP_BODY
String
SOAP_FAULT
String
SOAP_NAMESPACE
int
SOAP_BODY_BINDING
int
SOAP_HEADER_BINDING
int
SOAP_ATTACHMENT_BINDING
Constructors Summary
Methods Summary