Java Doc for ConfigConstants.java in » ESB » open-esb » com » sun » jbi » binding » jms » config » 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.binding.jms.config
Source Cross Reference
Class Diagram
Java Document (Java Doc)
com.sun.jbi.binding.jms.config
.ConfigConstants
ConfigConstants
public
interface ConfigConstants
(Code)
This class holds all the information used for deployment in JMS binding.
author:
Sun Microsystems Inc.
Field Summary
String
CONNECTION
Connection string.
String
CONNECTION_FACTORY
Connection factory name in the XMl file.
String
CONNECTION_PARAMS
Connection params tag in the config file.
String
CONNECTION_PASSWORD
Connection password tag in config file.
String
CONNECTION_USER_ID
Connection user name in the config file.
int
CONSUMER
Role of endpoint.
String
CONSUMER_STRING
String for consumer role.
String
DEFAULT_DURABILITY
Default value for durability.
String
DEFAULT_INPUT_MESSAGE_TYPE
Default value for input message type.
String
DEFAULT_OUTPUT_MESSAGE_TYPE
Default value for output message type.
String
DEPLOYMENTID
Deployment id.
public
String
DEPLOY_DESCRIPTOR
Deployment descriptor file.
String
DEPLOY_FOLDER
Deploy folder.
String
DEPL_CONFIG_FILE_NAME
The name of the configuration file.
String
DEPL_CONFIG_SCHEMA_FILE
The name of the schema file.
String
DESTINATION_NAME
Destination name in XML file.
String
DESTINATION_STYLE
Destination style in XML file.
String
DURABILITY
Durability tag in XML file.
String
DURABLE
String representing Durable message.
String
ENDPOINT
The element name for endpoint in the XML config file.
String
ENDPOINTNAME
The element name for endpoint name in the XML config file.
String
ENDPOINT_TYPE
The element name for endpoint type in the XML config file.
String
INPUT_MESSAGE_TYPE
Input message type.
String
INTERFACE
String representing an interface.
String
INTERFACE_LOCALNAME
String representing an interface local name.
String
INTERFACE_NAMESPACE
String representing an interface namespace.
String
IN_ONLY
In Only MEP.
String
IN_OPTIONAL_OUT
In Optional Out MEP.
String
IN_OUT
In Out MEP.
String
JBI_SCHEMA_FILE
The name of the jbi schema file for jbi.xml in an SU.
String
JMS_CONFIG_FILE_NAME
Config file name.
String
JMS_CONFIG_FILE_SCHEMA
Schema file for the config XML.
String
JMS_DD_FILE_SCHEMA
Schema file for the DD, given by JBI specificatrion.
String
JMS_DEPLOY_SCHEMA_FILE
Deploy file schema.
String
JMS_NAMESPACE
Namespace for JMS binding.
String
JMS_WORK_MANAGER
Work manager for JMS binding.
String
LOCAL_PART
String representing the local-part in a QName.
String
MEP
The element name for MEP in the XML config file.
String
MESSAGE_SELECTOR
Message selector.
String
MESSAGE_TYPE
Message type.
String
NAME
String representing a name.
String
NAMESPACE_URI
String representing the namespace-uri in a QName.
String
NMS_WORK_MANAGER
Work Manager for requests from NMR.
String
NON_DURABLE
Represents a non-durbale message.
String
OPERATION
The element name for operastion in the XML config file.
String
OPERATION_NAME
Operation name.
String
OPERATION_NAMESPACE
Namespace for operation.
String
OUTPUT_MESSAGE_TYPE
output message type in deployment file.
String
OUT_IN
In Out MEP.
String
OUT_ONLY
In Only MEP.
String
OUT_OPTIONAL_IN
In Optional Out MEP.
int
PROVIDER
Role of endpoint.
String
PROVIDER_STRING
String for provider role.
int
QUEUE
Integer value for a Queue.
String
QUEUE_STRING
Queue.
String
REPLY_TO
Reply to in a deployment file.
String
ROBUST_IN_ONLY
Robust In Only MEP.
String
ROBUST_OUT_ONLY
Robust out Only MEP.
String
SERVICE
Service.
String
SERVICENAME
The element name for service name in the XML config file.
String
SERVICE_NAMESPACE
Service namespace value used internally.
String
TARGET_NAMESPACE
Target namespace.
String
TIME_TO_LIVE
Time to live tag in deployment file.
int
TOPIC
Integer value for a topic.
String
TOPIC_STRING
Topic.
String
WSDL_FILE_NAME
WSDL file name for the deployment.
Field Detail
CONNECTION
String
CONNECTION
(Code)
Connection string.
CONNECTION_FACTORY
String
CONNECTION_FACTORY
(Code)
Connection factory name in the XMl file.
CONNECTION_PARAMS
String
CONNECTION_PARAMS
(Code)
Connection params tag in the config file.
CONNECTION_PASSWORD
String
CONNECTION_PASSWORD
(Code)
Connection password tag in config file.
CONNECTION_USER_ID
String
CONNECTION_USER_ID
(Code)
Connection user name in the config file.
CONSUMER
int CONSUMER
(Code)
Role of endpoint.
CONSUMER_STRING
String
CONSUMER_STRING
(Code)
String for consumer role.
DEFAULT_DURABILITY
String
DEFAULT_DURABILITY
(Code)
Default value for durability.
DEFAULT_INPUT_MESSAGE_TYPE
String
DEFAULT_INPUT_MESSAGE_TYPE
(Code)
Default value for input message type.
DEFAULT_OUTPUT_MESSAGE_TYPE
String
DEFAULT_OUTPUT_MESSAGE_TYPE
(Code)
Default value for output message type.
DEPLOYMENTID
String
DEPLOYMENTID
(Code)
Deployment id.
DEPLOY_DESCRIPTOR
public
String
DEPLOY_DESCRIPTOR
(Code)
Deployment descriptor file.
DEPLOY_FOLDER
String
DEPLOY_FOLDER
(Code)
Deploy folder.
DEPL_CONFIG_FILE_NAME
String
DEPL_CONFIG_FILE_NAME
(Code)
The name of the configuration file.
DEPL_CONFIG_SCHEMA_FILE
String
DEPL_CONFIG_SCHEMA_FILE
(Code)
The name of the schema file.
DESTINATION_NAME
String
DESTINATION_NAME
(Code)
Destination name in XML file.
DESTINATION_STYLE
String
DESTINATION_STYLE
(Code)
Destination style in XML file.
DURABILITY
String
DURABILITY
(Code)
Durability tag in XML file.
DURABLE
String
DURABLE
(Code)
String representing Durable message.
ENDPOINT
String
ENDPOINT
(Code)
The element name for endpoint in the XML config file.
ENDPOINTNAME
String
ENDPOINTNAME
(Code)
The element name for endpoint name in the XML config file.
ENDPOINT_TYPE
String
ENDPOINT_TYPE
(Code)
The element name for endpoint type in the XML config file.
INPUT_MESSAGE_TYPE
String
INPUT_MESSAGE_TYPE
(Code)
Input message type.
INTERFACE
String
INTERFACE
(Code)
String representing an interface.
INTERFACE_LOCALNAME
String
INTERFACE_LOCALNAME
(Code)
String representing an interface local name.
INTERFACE_NAMESPACE
String
INTERFACE_NAMESPACE
(Code)
String representing an interface namespace.
IN_ONLY
String
IN_ONLY
(Code)
In Only MEP.
IN_OPTIONAL_OUT
String
IN_OPTIONAL_OUT
(Code)
In Optional Out MEP.
IN_OUT
String
IN_OUT
(Code)
In Out MEP.
JBI_SCHEMA_FILE
String
JBI_SCHEMA_FILE
(Code)
The name of the jbi schema file for jbi.xml in an SU.
JMS_CONFIG_FILE_NAME
String
JMS_CONFIG_FILE_NAME
(Code)
Config file name.
JMS_CONFIG_FILE_SCHEMA
String
JMS_CONFIG_FILE_SCHEMA
(Code)
Schema file for the config XML.
JMS_DD_FILE_SCHEMA
String
JMS_DD_FILE_SCHEMA
(Code)
Schema file for the DD, given by JBI specificatrion.
JMS_DEPLOY_SCHEMA_FILE
String
JMS_DEPLOY_SCHEMA_FILE
(Code)
Deploy file schema.
JMS_NAMESPACE
String
JMS_NAMESPACE
(Code)
Namespace for JMS binding. This is also the binding type.
JMS_WORK_MANAGER
String
JMS_WORK_MANAGER
(Code)
Work manager for JMS binding.
LOCAL_PART
String
LOCAL_PART
(Code)
String representing the local-part in a QName.
MEP
String
MEP
(Code)
The element name for MEP in the XML config file.
MESSAGE_SELECTOR
String
MESSAGE_SELECTOR
(Code)
Message selector.
MESSAGE_TYPE
String
MESSAGE_TYPE
(Code)
Message type.
NAME
String
NAME
(Code)
String representing a name.
NAMESPACE_URI
String
NAMESPACE_URI
(Code)
String representing the namespace-uri in a QName.
NMS_WORK_MANAGER
String
NMS_WORK_MANAGER
(Code)
Work Manager for requests from NMR.
NON_DURABLE
String
NON_DURABLE
(Code)
Represents a non-durbale message.
OPERATION
String
OPERATION
(Code)
The element name for operastion in the XML config file.
OPERATION_NAME
String
OPERATION_NAME
(Code)
Operation name.
OPERATION_NAMESPACE
String
OPERATION_NAMESPACE
(Code)
Namespace for operation.
OUTPUT_MESSAGE_TYPE
String
OUTPUT_MESSAGE_TYPE
(Code)
output message type in deployment file.
OUT_IN
String
OUT_IN
(Code)
In Out MEP.
OUT_ONLY
String
OUT_ONLY
(Code)
In Only MEP.
OUT_OPTIONAL_IN
String
OUT_OPTIONAL_IN
(Code)
In Optional Out MEP.
PROVIDER
int PROVIDER
(Code)
Role of endpoint.
PROVIDER_STRING
String
PROVIDER_STRING
(Code)
String for provider role.
QUEUE
int QUEUE
(Code)
Integer value for a Queue.
QUEUE_STRING
String
QUEUE_STRING
(Code)
Queue.
REPLY_TO
String
REPLY_TO
(Code)
Reply to in a deployment file.
ROBUST_IN_ONLY
String
ROBUST_IN_ONLY
(Code)
Robust In Only MEP.
ROBUST_OUT_ONLY
String
ROBUST_OUT_ONLY
(Code)
Robust out Only MEP.
SERVICE
String
SERVICE
(Code)
Service.
SERVICENAME
String
SERVICENAME
(Code)
The element name for service name in the XML config file.
SERVICE_NAMESPACE
String
SERVICE_NAMESPACE
(Code)
Service namespace value used internally.
TARGET_NAMESPACE
String
TARGET_NAMESPACE
(Code)
Target namespace.
TIME_TO_LIVE
String
TIME_TO_LIVE
(Code)
Time to live tag in deployment file.
TOPIC
int TOPIC
(Code)
Integer value for a topic.
TOPIC_STRING
String
TOPIC_STRING
(Code)
Topic.
WSDL_FILE_NAME
String
WSDL_FILE_NAME
(Code)
WSDL file name for the deployment.
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.