Fields Summary |
---|
int | DEFAULT_MAX_THREADSDefault value for max threads. |
int | DEFAULT_MIN_THREADSDefault value for min threads. |
int | DEFAULT_THREAD_SLEEP_TIMEDefault Thread sleep time in milliseconds. |
String | FAULT_STRING_PROPERTY_NAMEMessage Context property which holds fault string. |
String | FAULT_CODE_PROPERTY_NAMEMessage Context property which holds fault actor name. |
String | HEADER_PROPERTY_NAMEMessage Context property which holds SOAP header information. |
String | SOAP_ACTION_PROPERTY_NAMEMessage Context property which holds soap action value. |
String | HTTP_RESPONSE_CODEMessage context property which hold http response code. |
int | INTERNAL_SERVER_ERRORIndicates that an exception has been thrown while the request was being processed. |
int | SERVICE_TIMEOUTIndicates that the service could not be invoked in the specified time. |
int | BAD_REQUEST_FORMATIndicates that the request does not conform to the request format. |
int | OPERATION_NOT_SUPPORTEDIndicates that the endpoint does not support the current operation. |
int | SERVICE_NOT_ACTIVATEDIndicates that an endpoint has been deployed for the service URL and that engine
has not activated the inbound service channel. |
int | INVALID_SOAP_REQUEST_MESSAGEIndicates that the request message conforms to XML standards but not to SOAP
standards. |
int | JBI_ERRORIndicates that an error has been set in the Message Exchange. |
int | JBI_FAULTIndicates that a fault has been set in the Message Exchange. |
int | JBI_SUCCESSIndicates that the message has been successfully processed. |
int | JBI_DONEIndicates that the message processing has been completed. |
String | IN_ONLY_PATTERNIn_Only Pattern name. |
String | ROBUST_IN_ONLY_PATTERNRobust In_Only Pattern name. |
String | IN_OPTIONAL_OUT_PATTERNIn_Optional_Out Pattern name. |
String | IN_OUT_PATTERNIn_Out Pattern name. |
String | OUT_ONLY_PATTERNOut_Only Pattern name. |
String | ROBUST_OUT_ONLY_PATTERNOut_In Pattern name. |
String | OUT_OPTIONAL_IN_PATTERNOut_In Pattern name. |
String | OUT_IN_PATTERNOut_In Pattern name. |
String | HTTP_SCHEMEHTTP Scheme identifier. |
String | HTTPS_SCHEMEHTTPS Scheme identifier. |
String | RPC_STYLERPC Style. |
String | DOCUMENT_STYLEDocument Style. |
String | REGISTRY_FILE_NAMEProperty which holds the registry File Name. |
String | REGISTRY_FILE_LOCATIONProperty which holds the registry file location. |
String | SCHEMA_DIR_NAMESchema directory name. |
String | UTF_8UTF 8. |
String | UTF_16UTF-16 representation. |
String | XML_CONTENT_TYPEXML Content Type. |
String | XML_CONTENT_TYPE_CHARSET_UTF8XML Content Type value which also contains the charset. |
String | XML_CONTENT_TYPE_CHARSET_UTF16XML Content Type value which also contains the charset. |
String | SERVER_FAULT_CODEServer Fault Code. |
String | CLIENT_FAULT_CODEClient Fault Code. |
String | FAULT_STRINGFault String. |
String | FAULT_CODE_ELEMENT |
String | FAULT_STRING_ELEMENT |
String | FAULT_DETAIL_ELEMENT |
String | VERSION_MISMATCH_FAULT_CODEVersion Mismatch Fault Code. |
Level | DEFAULT_LOG_LEVELDefault Log Level. |
String | SOAP_PACKAGE_NAMESOAP Package Name. |
String | THREAD_PACKAGE_NAMEPackage name for thread framework. |
String | CONFIG_PACKAGE_NAMEPackage name for configuration classes. |
String | OUTBOUND_PACKAGE_NAMEPackage name for classes handling outbound requests. |
String | UTIL_PACKAGE_NAMEPackage name for utility classes. |
String | NEW_LINENEW_LINE_CHARACTER. |
String | HTTP_SERVLET_REQUESTHTTP_SERVLET_REQUEST_PROPERTY. |
String | DEFAULT_OPERATION_NAMEDefault Operation name. |
String | DEFAULT_OPERATION_PREFIXDefault Operation name. |
String | DEFAULT_XML_NS_SCHEMEDefault Operation name. |
String | SUBJECTSubject. |
String | JAXP_SCHEMA_LANGUAGEJAXP schema language. |
String | W3C_XML_SCHEMAXML schema version. |
String | JAXP_SCHEMA_SOURCEAttribute indicating JAXP schema source. |
String | DEPLOY_SCHEMA_FILEName 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 |