Java Doc for SOAPConstants.java in » ESB » open-esb » com » sun » jbi » common » soap » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
ESB
»
open esb
»
com.sun.jbi.common.soap
Source Cross Reference
Class Diagram
Java Document (Java Doc)
com.sun.jbi.common.soap
.SOAPConstants
SOAPConstants
public
interface SOAPConstants
(Code)
This is a constants repository and is used by all SOAP binding components running in the JBI container.
author:
Sun Microsystems, Inc.
Field Summary
int
BAD_REQUEST_FORMAT
Indicates that the request does not conform to the request format.
String
CLIENT_FAULT_CODE
Client Fault Code.
String
CONFIG_PACKAGE_NAME
Package name for configuration classes.
Level
DEFAULT_LOG_LEVEL
Default Log Level.
int
DEFAULT_MAX_THREADS
Default value for max threads.
int
DEFAULT_MIN_THREADS
Default value for min threads.
String
DEFAULT_OPERATION_NAME
Default Operation name.
int
DEFAULT_THREAD_SLEEP_TIME
Default Thread sleep time in milliseconds.
String
DEPLOY_SCHEMA_FILE
Name of the deployment schema file.
String
DOCUMENT_STYLE
Document Style.
String
FAULT_CODE_PROPERTY_NAME
Message Context property which holds fault actor name.
String
FAULT_STRING_PROPERTY_NAME
Message Context property which holds fault string.
String
HEADER_PROPERTY_NAME
Message Context property which holds SOAP header information.
String
HTTPS_SCHEME
HTTPS Scheme identifier.
String
HTTP_RESPONSE_CODE
Message context property which hold http response code.
String
HTTP_SCHEME
HTTP Scheme identifier.
String
HTTP_SERVLET_REQUEST
HTTP_SERVLET_REQUEST_PROPERTY.
int
INTERNAL_SERVER_ERROR
Indicates that an exception has been thrown while the request was being processed.
int
INVALID_SOAP_REQUEST_MESSAGE
Indicates that the request message conforms to XML standards but not to SOAP standards.
String
IN_ONLY_PATTERN
In_Only Pattern name.
String
IN_OPTIONAL_OUT_PATTERN
In_Optional_Out Pattern name.
String
IN_OUT_PATTERN
In_Out Pattern name.
String
JAXP_SCHEMA_LANGUAGE
JAXP schema language.
String
JAXP_SCHEMA_SOURCE
Attribute indicating JAXP schema source.
int
JBI_DONE
Indicates that the message processing has been completed.
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.
String
NEW_LINE
NEW_LINE_CHARACTER.
int
OPERATION_NOT_SUPPORTED
Indicates that the endpoint does not support the current operation.
String
OUTBOUND_PACKAGE_NAME
Package name for classes handling outbound requests.
String
OUT_IN_PATTERN
Out_In Pattern name.
String
OUT_ONLY_PATTERN
Out_Only Pattern name.
String
OUT_OPTIONAL_IN_PATTERN
Out_In Pattern name.
String
REGISTRY_FILE_LOCATION
Property which holds the registry file location.
String
REGISTRY_FILE_NAME
Property which holds the registry File Name.
String
ROBUST_IN_ONLY_PATTERN
Robust In_Only Pattern name.
String
ROBUST_OUT_ONLY_PATTERN
Out_In Pattern name.
String
RPC_STYLE
RPC Style.
String
SCHEMA_DIR_NAME
Schema directory name.
String
SERVER_FAULT_CODE
Server Fault Code.
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
SERVICE_TIMEOUT
Indicates that the service could not be invoked in the specified time.
String
SOAP_ACTION_PROPERTY_NAME
Message Context property which holds soap action value.
String
SOAP_PACKAGE_NAME
SOAP Package Name.
String
SUBJECT
Subject.
String
THREAD_PACKAGE_NAME
Package name for thread framework.
String
UTF_16
UTF-16 representation.
String
UTF_8
UTF 8.
String
UTIL_PACKAGE_NAME
Package name for utility classes.
String
VERSION_MISMATCH_FAULT_CODE
Version Mismatch Fault Code.
String
W3C_XML_SCHEMA
XML schema version.
String
XML_CONTENT_TYPE
XML Content Type.
String
XML_CONTENT_TYPE_CHARSET_UTF16
XML Content Type value which also contains the charset.
String
XML_CONTENT_TYPE_CHARSET_UTF8
XML Content Type value which also contains the charset.
Field Detail
BAD_REQUEST_FORMAT
int BAD_REQUEST_FORMAT
(Code)
Indicates that the request does not conform to the request format.
CLIENT_FAULT_CODE
String
CLIENT_FAULT_CODE
(Code)
Client Fault Code.
CONFIG_PACKAGE_NAME
String
CONFIG_PACKAGE_NAME
(Code)
Package name for configuration classes.
DEFAULT_LOG_LEVEL
Level
DEFAULT_LOG_LEVEL
(Code)
Default Log Level.
DEFAULT_MAX_THREADS
int DEFAULT_MAX_THREADS
(Code)
Default value for max threads.
DEFAULT_MIN_THREADS
int DEFAULT_MIN_THREADS
(Code)
Default value for min threads.
DEFAULT_OPERATION_NAME
String
DEFAULT_OPERATION_NAME
(Code)
Default Operation name.
DEFAULT_THREAD_SLEEP_TIME
int DEFAULT_THREAD_SLEEP_TIME
(Code)
Default Thread sleep time in milliseconds.
DEPLOY_SCHEMA_FILE
String
DEPLOY_SCHEMA_FILE
(Code)
Name of the deployment schema file.
DOCUMENT_STYLE
String
DOCUMENT_STYLE
(Code)
Document Style.
FAULT_CODE_PROPERTY_NAME
String
FAULT_CODE_PROPERTY_NAME
(Code)
Message Context property which holds fault actor name.
FAULT_STRING_PROPERTY_NAME
String
FAULT_STRING_PROPERTY_NAME
(Code)
Message Context property which holds fault string.
HEADER_PROPERTY_NAME
String
HEADER_PROPERTY_NAME
(Code)
Message Context property which holds SOAP header information.
HTTPS_SCHEME
String
HTTPS_SCHEME
(Code)
HTTPS Scheme identifier.
HTTP_RESPONSE_CODE
String
HTTP_RESPONSE_CODE
(Code)
Message context property which hold http response code.
HTTP_SCHEME
String
HTTP_SCHEME
(Code)
HTTP Scheme identifier.
HTTP_SERVLET_REQUEST
String
HTTP_SERVLET_REQUEST
(Code)
HTTP_SERVLET_REQUEST_PROPERTY.
INTERNAL_SERVER_ERROR
int INTERNAL_SERVER_ERROR
(Code)
Indicates that an exception has been thrown while the request was being processed.
INVALID_SOAP_REQUEST_MESSAGE
int INVALID_SOAP_REQUEST_MESSAGE
(Code)
Indicates that the request message conforms to XML standards but not to SOAP standards.
IN_ONLY_PATTERN
String
IN_ONLY_PATTERN
(Code)
In_Only Pattern name.
IN_OPTIONAL_OUT_PATTERN
String
IN_OPTIONAL_OUT_PATTERN
(Code)
In_Optional_Out Pattern name.
IN_OUT_PATTERN
String
IN_OUT_PATTERN
(Code)
In_Out Pattern name.
JAXP_SCHEMA_LANGUAGE
String
JAXP_SCHEMA_LANGUAGE
(Code)
JAXP schema language.
JAXP_SCHEMA_SOURCE
String
JAXP_SCHEMA_SOURCE
(Code)
Attribute indicating JAXP schema source.
JBI_DONE
int JBI_DONE
(Code)
Indicates that the message processing has been completed.
JBI_ERROR
int JBI_ERROR
(Code)
Indicates that an error has been set in the Message Exchange.
JBI_FAULT
int JBI_FAULT
(Code)
Indicates that a fault has been set in the Message Exchange.
JBI_SUCCESS
int JBI_SUCCESS
(Code)
Indicates that the message has been successfully processed.
NEW_LINE
String
NEW_LINE
(Code)
NEW_LINE_CHARACTER.
OPERATION_NOT_SUPPORTED
int OPERATION_NOT_SUPPORTED
(Code)
Indicates that the endpoint does not support the current operation.
OUTBOUND_PACKAGE_NAME
String
OUTBOUND_PACKAGE_NAME
(Code)
Package name for classes handling outbound requests.
OUT_IN_PATTERN
String
OUT_IN_PATTERN
(Code)
Out_In Pattern name.
OUT_ONLY_PATTERN
String
OUT_ONLY_PATTERN
(Code)
Out_Only Pattern name.
OUT_OPTIONAL_IN_PATTERN
String
OUT_OPTIONAL_IN_PATTERN
(Code)
Out_In Pattern name.
REGISTRY_FILE_LOCATION
String
REGISTRY_FILE_LOCATION
(Code)
Property which holds the registry file location.
REGISTRY_FILE_NAME
String
REGISTRY_FILE_NAME
(Code)
Property which holds the registry File Name.
ROBUST_IN_ONLY_PATTERN
String
ROBUST_IN_ONLY_PATTERN
(Code)
Robust In_Only Pattern name.
ROBUST_OUT_ONLY_PATTERN
String
ROBUST_OUT_ONLY_PATTERN
(Code)
Out_In Pattern name.
RPC_STYLE
String
RPC_STYLE
(Code)
RPC Style.
SCHEMA_DIR_NAME
String
SCHEMA_DIR_NAME
(Code)
Schema directory name.
SERVER_FAULT_CODE
String
SERVER_FAULT_CODE
(Code)
Server Fault Code.
SERVICE_NOT_ACTIVATED
int SERVICE_NOT_ACTIVATED
(Code)
Indicates that an endpoint has been deployed for the service URL and that engine has not activated the inbound service channel.
SERVICE_TIMEOUT
int SERVICE_TIMEOUT
(Code)
Indicates that the service could not be invoked in the specified time.
SOAP_ACTION_PROPERTY_NAME
String
SOAP_ACTION_PROPERTY_NAME
(Code)
Message Context property which holds soap action value.
SOAP_PACKAGE_NAME
String
SOAP_PACKAGE_NAME
(Code)
SOAP Package Name.
SUBJECT
String
SUBJECT
(Code)
Subject.
THREAD_PACKAGE_NAME
String
THREAD_PACKAGE_NAME
(Code)
Package name for thread framework.
UTF_16
String
UTF_16
(Code)
UTF-16 representation.
UTF_8
String
UTF_8
(Code)
UTF 8.
UTIL_PACKAGE_NAME
String
UTIL_PACKAGE_NAME
(Code)
Package name for utility classes.
VERSION_MISMATCH_FAULT_CODE
String
VERSION_MISMATCH_FAULT_CODE
(Code)
Version Mismatch Fault Code.
W3C_XML_SCHEMA
String
W3C_XML_SCHEMA
(Code)
XML schema version.
XML_CONTENT_TYPE
String
XML_CONTENT_TYPE
(Code)
XML Content Type.
XML_CONTENT_TYPE_CHARSET_UTF16
String
XML_CONTENT_TYPE_CHARSET_UTF16
(Code)
XML Content Type value which also contains the charset.
XML_CONTENT_TYPE_CHARSET_UTF8
String
XML_CONTENT_TYPE_CHARSET_UTF8
(Code)
XML Content Type value which also contains the charset.
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.