|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPConstants
An interface defining 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 |
getBodyQName()
Obtain the QName for the Body element |
String |
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAP |
QName |
getHeaderQName()
Obtain the QName for the Header element |
String |
getMustUnderstand()
Obtain the "next" role/actor URI |
String |
getNextRoleURI()
Obtain the "next" role/actor URI |
QName |
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role) |
Field Detail |
---|
static final SOAP11Constants SOAP11_CONSTANTS
static final SOAP12Constants SOAP12_CONSTANTS
Method Detail |
---|
String getEnvelopeURI()
QName getHeaderQName()
QName getBodyQName()
QName getRoleAttributeQName()
String getNextRoleURI()
String getMustUnderstand()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |