Java Doc for SOAPConstants.java in  » 6.0-JDK-Modules » saaj » javax » xml » 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 » 6.0 JDK Modules » saaj » javax.xml.soap 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.xml.soap.SOAPConstants

All known Subclasses:   com.sun.xml.messaging.saaj.soap.ver1_2.Message1_2Impl,  com.sun.xml.messaging.saaj.soap.MessageImpl,  com.sun.xml.messaging.saaj.soap.ver1_1.Message1_1Impl,  com.sun.xml.messaging.saaj.soap.ver1_2.SOAPPart1_2Impl,  com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl,
SOAPConstants
public interface SOAPConstants (Code)
The definition of constants pertaining to the SOAP protocol.


Field Summary
final public static  StringDEFAULT_SOAP_PROTOCOL
     The default protocol: SOAP 1.1 for backwards compatibility.
final public static  StringDYNAMIC_SOAP_PROTOCOL
     Used to create MessageFactory instances that create SOAPMessages whose concrete type is based on the Content-Type MIME header passed to the createMessage method.
final public static  StringSOAP_1_1_CONTENT_TYPE
     The media type of the Content-Type MIME header in SOAP 1.1.
final public static  StringSOAP_1_1_PROTOCOL
     Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.1 specification.
final public static  StringSOAP_1_2_CONTENT_TYPE
     The media type of the Content-Type MIME header in SOAP 1.2.
final public static  StringSOAP_1_2_PROTOCOL
    
final public static  QNameSOAP_DATAENCODINGUNKNOWN_FAULT
    
final public static  StringSOAP_ENV_PREFIX
    
final public static  QNameSOAP_MUSTUNDERSTAND_FAULT
    
final public static  QNameSOAP_RECEIVER_FAULT
    
final public static  QNameSOAP_SENDER_FAULT
    
final public static  QNameSOAP_VERSIONMISMATCH_FAULT
    
final public static  StringURI_NS_SOAP_1_1_ENVELOPE
     The namespace identifier for the SOAP 1.1 envelope.
final public static  StringURI_NS_SOAP_1_2_ENCODING
     The namespace identifier for the SOAP 1.2 encoding.
final public static  StringURI_NS_SOAP_1_2_ENVELOPE
     The namespace identifier for the SOAP 1.2 envelope.
final public static  StringURI_NS_SOAP_ENCODING
     The namespace identifier for the SOAP 1.1 encoding.
final public static  StringURI_NS_SOAP_ENVELOPE
     The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.
final public static  StringURI_SOAP_1_2_ROLE_NEXT
     The URI identifying the next application processing a SOAP request as the intended role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2 specification).
final public static  StringURI_SOAP_1_2_ROLE_NONE
     The URI specifying the role None in SOAP 1.2.
final public static  StringURI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
     The URI identifying the ultimate receiver of the SOAP 1.2 message.
final public static  StringURI_SOAP_ACTOR_NEXT
     The URI identifying the next application processing a SOAP request as the intended actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).



Field Detail
DEFAULT_SOAP_PROTOCOL
final public static String DEFAULT_SOAP_PROTOCOL(Code)
The default protocol: SOAP 1.1 for backwards compatibility.
since:
   SAAJ 1.3



DYNAMIC_SOAP_PROTOCOL
final public static String DYNAMIC_SOAP_PROTOCOL(Code)
Used to create MessageFactory instances that create SOAPMessages whose concrete type is based on the Content-Type MIME header passed to the createMessage method. If no Content-Type header is passed then the createMessage may throw an IllegalArgumentException or, in the case of the no argument version of createMessage, an UnsupportedOperationException.
since:
   SAAJ 1.3



SOAP_1_1_CONTENT_TYPE
final public static String SOAP_1_1_CONTENT_TYPE(Code)
The media type of the Content-Type MIME header in SOAP 1.1.
since:
   SAAJ 1.3



SOAP_1_1_PROTOCOL
final public static String SOAP_1_1_PROTOCOL(Code)
Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.1 specification.
since:
   SAAJ 1.3



SOAP_1_2_CONTENT_TYPE
final public static String SOAP_1_2_CONTENT_TYPE(Code)
The media type of the Content-Type MIME header in SOAP 1.2.
since:
   SAAJ 1.3



SOAP_1_2_PROTOCOL
final public static String SOAP_1_2_PROTOCOL(Code)
Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.2 specification
since:
   SAAJ 1.3



SOAP_DATAENCODINGUNKNOWN_FAULT
final public static QName SOAP_DATAENCODINGUNKNOWN_FAULT(Code)
SOAP 1.2 DataEncodingUnknown Fault
since:
   SAAJ 1.3



SOAP_ENV_PREFIX
final public static String SOAP_ENV_PREFIX(Code)
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
since:
   SAAJ 1.3



SOAP_MUSTUNDERSTAND_FAULT
final public static QName SOAP_MUSTUNDERSTAND_FAULT(Code)
SOAP 1.2 MustUnderstand Fault
since:
   SAAJ 1.3



SOAP_RECEIVER_FAULT
final public static QName SOAP_RECEIVER_FAULT(Code)
SOAP 1.2 Receiver Fault
since:
   SAAJ 1.3



SOAP_SENDER_FAULT
final public static QName SOAP_SENDER_FAULT(Code)
SOAP 1.2 Sender Fault
since:
   SAAJ 1.3



SOAP_VERSIONMISMATCH_FAULT
final public static QName SOAP_VERSIONMISMATCH_FAULT(Code)
SOAP 1.2 VersionMismatch Fault
since:
   SAAJ 1.3



URI_NS_SOAP_1_1_ENVELOPE
final public static String URI_NS_SOAP_1_1_ENVELOPE(Code)
The namespace identifier for the SOAP 1.1 envelope.
since:
   SAAJ 1.3



URI_NS_SOAP_1_2_ENCODING
final public static String URI_NS_SOAP_1_2_ENCODING(Code)
The namespace identifier for the SOAP 1.2 encoding.
since:
   SAAJ 1.3



URI_NS_SOAP_1_2_ENVELOPE
final public static String URI_NS_SOAP_1_2_ENVELOPE(Code)
The namespace identifier for the SOAP 1.2 envelope.
since:
   SAAJ 1.3



URI_NS_SOAP_ENCODING
final public static String URI_NS_SOAP_ENCODING(Code)
The namespace identifier for the SOAP 1.1 encoding. An attribute named encodingStyle in the URI_NS_SOAP_ENVELOPE namespace and set to the value URI_NS_SOAP_ENCODING can be added to an element to indicate that it is encoded using the rules in section 5 of the SOAP 1.1 specification.



URI_NS_SOAP_ENVELOPE
final public static String URI_NS_SOAP_ENVELOPE(Code)
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.



URI_SOAP_1_2_ROLE_NEXT
final public static String URI_SOAP_1_2_ROLE_NEXT(Code)
The URI identifying the next application processing a SOAP request as the intended role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2 specification).
since:
   SAAJ 1.3



URI_SOAP_1_2_ROLE_NONE
final public static String URI_SOAP_1_2_ROLE_NONE(Code)
The URI specifying the role None in SOAP 1.2.
since:
   SAAJ 1.3



URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
final public static String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER(Code)
The URI identifying the ultimate receiver of the SOAP 1.2 message.
since:
   SAAJ 1.3



URI_SOAP_ACTOR_NEXT
final public static String URI_SOAP_ACTOR_NEXT(Code)
The URI identifying the next application processing a SOAP request as the intended actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).

This value can be passed to SOAPHeader.examineMustUnderstandHeaderElements(String) , SOAPHeader.examineHeaderElements(String) and SOAPHeader.extractHeaderElements(String)






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