Java Doc for JMSConstants.java in  » Web-Services-AXIS2 » kernal » org » apache » axis2 » transport » jms » 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 » Web Services AXIS2 » kernal » org.apache.axis2.transport.jms 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.axis2.transport.jms.JMSConstants

JMSConstants
public class JMSConstants (Code)


Field Summary
final public static  StringACTIVEMQ_DYNAMIC_QUEUE
    
final public static  StringACTIVEMQ_DYNAMIC_TOPIC
    
final public static  StringCONFAC_JNDI_NAME_PARAM
    
final public static  StringCONFAC_JNDI_NAME_PASS
     The Parameter name indicating the JMS connection factory password (useful for WebsphereMQ CLIENT connections) n.b.
final public static  StringCONFAC_JNDI_NAME_USER
     The Parameter name indicating the JMS connection factory username (useful for WebsphereMQ CLIENT connections) n.b.
final public static  StringCONFAC_PARAM
     The Parameter name of an Axis2 service, indicating the JMS connection factory which should be used to listen for messages for it.
final public static  StringCONTENT_TYPE
    
final public static  StringDEFAULT_CONFAC_NAME
    
final public static  longDEFAULT_JMS_TIMEOUT
    
final public static  QNameDEFAULT_OPERATION
    
final public static  QNameDEFAULT_WRAPPER
    
final public static  StringDEST_PARAM
    
final public static  StringDEST_TYPE_PARAM
    
final public static  StringDEST_TYPE_QUEUE
    
final public static  StringDEST_TYPE_TOPIC
    
final public static  StringJMS_BYTE_MESSAGE
     The message type indicating a BytesMessage.
final public static  StringJMS_COORELATION_ID
    
final public static  StringJMS_MESSAGE_TYPE
    
final public static  StringJMS_PREFIX
    
final public static  StringJMS_TEXT_MESSAGE
     The message type indicating a TextMessage.
final public static  StringJMS_WAIT_REPLY
    
final public static  StringOPERATION_PARAM
    
final public static  StringREPLY_PARAM
    
final public static  StringSOAPACTION
    
final public static  StringWRAPPER_PARAM
    



Field Detail
ACTIVEMQ_DYNAMIC_QUEUE
final public static String ACTIVEMQ_DYNAMIC_QUEUE(Code)



ACTIVEMQ_DYNAMIC_TOPIC
final public static String ACTIVEMQ_DYNAMIC_TOPIC(Code)



CONFAC_JNDI_NAME_PARAM
final public static String CONFAC_JNDI_NAME_PARAM(Code)
The Parameter name indicating the JMS connection factory JNDI name



CONFAC_JNDI_NAME_PASS
final public static String CONFAC_JNDI_NAME_PASS(Code)
The Parameter name indicating the JMS connection factory password (useful for WebsphereMQ CLIENT connections) n.b. This is not the actual password, it is the JNDI name of the variable that will hold the password



CONFAC_JNDI_NAME_USER
final public static String CONFAC_JNDI_NAME_USER(Code)
The Parameter name indicating the JMS connection factory username (useful for WebsphereMQ CLIENT connections) n.b. This is not the actual username, it is the JNDI name of the variable that will hold the username



CONFAC_PARAM
final public static String CONFAC_PARAM(Code)
The Parameter name of an Axis2 service, indicating the JMS connection factory which should be used to listen for messages for it. This is the local (Axis2) name of the connection factory and not a JNDI name



CONTENT_TYPE
final public static String CONTENT_TYPE(Code)
The JMS message property specifying the content type



DEFAULT_CONFAC_NAME
final public static String DEFAULT_CONFAC_NAME(Code)
The local (Axis2) JMS connection factory name of the default connection factory to be used, if a service does not explicitly state the connection factory it should be using by a Parameter named JMSConstants.CONFAC_PARAM



DEFAULT_JMS_TIMEOUT
final public static long DEFAULT_JMS_TIMEOUT(Code)
The default JMS time out waiting for a reply



DEFAULT_OPERATION
final public static QName DEFAULT_OPERATION(Code)
The default operation name to be used for non SOAP/XML messages if the operation cannot be determined



DEFAULT_WRAPPER
final public static QName DEFAULT_WRAPPER(Code)
The name of the element which wraps non SOAP/XML content into a SOAP envelope



DEST_PARAM
final public static String DEST_PARAM(Code)
The Parameter name indicating a JMS destination for requests



DEST_TYPE_PARAM
final public static String DEST_TYPE_PARAM(Code)
The Parameter name indicating the JMS destination type



DEST_TYPE_QUEUE
final public static String DEST_TYPE_QUEUE(Code)
The Parameter name indicating the JMS destination type



DEST_TYPE_TOPIC
final public static String DEST_TYPE_TOPIC(Code)
The Parameter name indicating the JMS destination type



JMS_BYTE_MESSAGE
final public static String JMS_BYTE_MESSAGE(Code)
The message type indicating a BytesMessage. See JMS_MESSAGE_TYPE



JMS_COORELATION_ID
final public static String JMS_COORELATION_ID(Code)
A MessageContext property or client Option stating the JMS correlation id



JMS_MESSAGE_TYPE
final public static String JMS_MESSAGE_TYPE(Code)
A MessageContext property or client Option stating the JMS message type



JMS_PREFIX
final public static String JMS_PREFIX(Code)
The prefix indicating an Axis JMS URL



JMS_TEXT_MESSAGE
final public static String JMS_TEXT_MESSAGE(Code)
The message type indicating a TextMessage. See JMS_MESSAGE_TYPE



JMS_WAIT_REPLY
final public static String JMS_WAIT_REPLY(Code)
A MessageContext property or client Option stating the time to wait for a response JMS message



OPERATION_PARAM
final public static String OPERATION_PARAM(Code)
The Parameter name indicating the operation to dispatch non SOAP/XML messages



REPLY_PARAM
final public static String REPLY_PARAM(Code)
The Parameter name indicating the response JMS destination



SOAPACTION
final public static String SOAPACTION(Code)
The JMS message property specifying the SOAP Action



WRAPPER_PARAM
final public static String WRAPPER_PARAM(Code)
The Parameter name indicating the wrapper element for non SOAP/XML messages





Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.