|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface definining SOAP constants. This allows various parts of the engine to avoid hardcoding dependence on a particular SOAP version and its associated URIs, etc. This might be fleshed out later to encapsulate factories for behavioral objects which act differently depending on the SOAP version, but for now it just supplies common namespaces + QNames.
Field Summary | |
static SOAP11Constants |
SOAP11_CONSTANTS
SOAP 1.1 constants - thread-safe and shared |
static SOAP12Constants |
SOAP12_CONSTANTS
SOAP 1.2 constants - thread-safe and shared |
Method Summary | |
QName |
getArrayType()
Obtain the QName of the SOAP array type |
java.lang.String |
getAttrHref()
Obtain the href attribute name |
java.lang.String |
getAttrItemType()
Obtain the item type name of an array |
QName |
getBodyQName()
Obtain the QName for the Body element |
java.lang.String |
getContentType()
Obtain the MIME content type |
java.lang.String |
getEncodingURI()
Obtain the encoding namespace for this version of SOAP |
java.lang.String |
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAP |
QName |
getFaultQName()
Obtain the QName for the Fault element |
QName |
getHeaderQName()
Obtain the QName for the Header element |
QName |
getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault code |
java.lang.String |
getNextRoleURI()
Obtain the "next" role/actor URI |
QName |
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role) |
QName |
getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code |
Field Detail |
public static final SOAP11Constants SOAP11_CONSTANTS
public static final SOAP12Constants SOAP12_CONSTANTS
Method Detail |
public java.lang.String getEnvelopeURI()
public java.lang.String getEncodingURI()
public QName getFaultQName()
public QName getHeaderQName()
public QName getBodyQName()
public QName getRoleAttributeQName()
public java.lang.String getContentType()
public java.lang.String getNextRoleURI()
public java.lang.String getAttrHref()
public java.lang.String getAttrItemType()
public QName getVerMismatchFaultCodeQName()
public QName getMustunderstandFaultQName()
public QName getArrayType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |