Package org.n52.shetland.w3c.soap
Interface SoapConstants
-
public interface SoapConstantsConstants for SOAP messages- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static QNameDATAENCODINGUNKNOWN_FAULTstatic StringEN_SOAP_BODYstatic StringEN_SOAP_ENVELOPEstatic StringLOCATOR_SOAP_BODYSOAP body locatorstatic StringLOCATOR_SOAP_ENVELOPESOAP envelope locatorstatic StringLOCATOR_SOAP_HEADERSOAP header locatorstatic QNameMUSTUNDERSTAND_FAULTstatic StringNS_SOAP_11static StringNS_SOAP_12static StringNS_SOAP_PREFIXstatic QNameRECEIVER_FAULTstatic StringSCHEMA_LOCATION_URL_SOPA_11static StringSCHEMA_LOCATION_URL_SOPA_12static QNameSENDER_FAULTstatic StringSOAP_1_1_VERSIONstatic StringSOAP_1_2_VERSIONstatic QNameSOAP_11_BODYstatic QNameSOAP_11_ENVELOPEstatic SchemaLocationSOAP_11_SCHEMA_LOCATIONstatic QNameSOAP_12_BODYstatic QNameSOAP_12_ENVELOPEstatic SchemaLocationSOAP_12_SCHEMA_LOCATIONstatic QNameVERSIONMISMATCH_FAULT
-
-
-
Field Detail
-
LOCATOR_SOAP_ENVELOPE
static final String LOCATOR_SOAP_ENVELOPE
SOAP envelope locator- See Also:
- Constant Field Values
-
LOCATOR_SOAP_HEADER
static final String LOCATOR_SOAP_HEADER
SOAP header locator- See Also:
- Constant Field Values
-
LOCATOR_SOAP_BODY
static final String LOCATOR_SOAP_BODY
SOAP body locator- See Also:
- Constant Field Values
-
NS_SOAP_PREFIX
static final String NS_SOAP_PREFIX
- See Also:
- Constant Field Values
-
NS_SOAP_11
static final String NS_SOAP_11
- See Also:
- Constant Field Values
-
NS_SOAP_12
static final String NS_SOAP_12
- See Also:
- Constant Field Values
-
SOAP_1_1_VERSION
static final String SOAP_1_1_VERSION
- See Also:
- Constant Field Values
-
SOAP_1_2_VERSION
static final String SOAP_1_2_VERSION
- See Also:
- Constant Field Values
-
EN_SOAP_ENVELOPE
static final String EN_SOAP_ENVELOPE
- See Also:
- Constant Field Values
-
EN_SOAP_BODY
static final String EN_SOAP_BODY
- See Also:
- Constant Field Values
-
SOAP_11_ENVELOPE
static final QName SOAP_11_ENVELOPE
-
SOAP_11_BODY
static final QName SOAP_11_BODY
-
SCHEMA_LOCATION_URL_SOPA_11
static final String SCHEMA_LOCATION_URL_SOPA_11
- See Also:
- Constant Field Values
-
SOAP_11_SCHEMA_LOCATION
static final SchemaLocation SOAP_11_SCHEMA_LOCATION
-
SOAP_12_ENVELOPE
static final QName SOAP_12_ENVELOPE
-
SOAP_12_BODY
static final QName SOAP_12_BODY
-
SCHEMA_LOCATION_URL_SOPA_12
static final String SCHEMA_LOCATION_URL_SOPA_12
- See Also:
- Constant Field Values
-
SOAP_12_SCHEMA_LOCATION
static final SchemaLocation SOAP_12_SCHEMA_LOCATION
-
VERSIONMISMATCH_FAULT
static final QName VERSIONMISMATCH_FAULT
-
MUSTUNDERSTAND_FAULT
static final QName MUSTUNDERSTAND_FAULT
-
DATAENCODINGUNKNOWN_FAULT
static final QName DATAENCODINGUNKNOWN_FAULT
-
SENDER_FAULT
static final QName SENDER_FAULT
-
RECEIVER_FAULT
static final QName RECEIVER_FAULT
-
-