Package org.somda.sdc.dpws.soap
Class SoapConstants
java.lang.Object
org.somda.sdc.dpws.soap.SoapConstants
SOAP 1.2 constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameSOAP fault code "DataEncodingUnknown".static final QNameDefault sub-code.static final QNameQualified name of a SOAP 1.2 fault.static final StringPackage that includes all JAXB generated SOAP objects.static final StringSOAP HTTP binding media type.static final StringWSDL HTTP binding media type.static final StringXML media type.static final QNameSOAP fault code "MustUnderstand".static final StringSOAP 1.2 namespace.static final StringDefines the preferred prefix for the SOAP 1.2 namespace.static final StringDefinition of namespace prefix mappings relevant to SOAP (including WS-* and OASIS standards).static final StringXML Schema instance namespace.static final StringDefines the preferred prefix for the XML Schema instance namespace.static final QNameSOAP fault code "Receiver".static final StringResource path to XML, WSDL 1.1 and SOAP XML Schema.static final QNameSOAP fault code "Sender".static final QNameSOAP fault code "VersionMismatch". -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JAXB_CONTEXT_PACKAGE
Package that includes all JAXB generated SOAP objects.- See Also:
-
SCHEMA_PATH
Resource path to XML, WSDL 1.1 and SOAP XML Schema.- See Also:
-
NAMESPACE
SOAP 1.2 namespace.- See Also:
-
NAMESPACE_PREFIX
Defines the preferred prefix for the SOAP 1.2 namespace.- See Also:
-
NAMESPACE_XSI
XML Schema instance namespace.Remark: atually, this namespace belongs to a different constant file that describes XML or rather XML Schema constants. Since there are no further constants being used through the project, this constant is defined on the SOAP level, the closest logical layer next to XML here.
- See Also:
-
NAMESPACE_XSI_PREFIX
Defines the preferred prefix for the XML Schema instance namespace.- See Also:
-
RECEIVER
SOAP fault code "Receiver".- See Also:
-
SENDER
SOAP fault code "Sender".- See Also:
-
VERSION_MISMATCH
SOAP fault code "VersionMismatch".- See Also:
-
MUST_UNDERSTAND
SOAP fault code "MustUnderstand".- See Also:
-
DATA_ENCODING_UNKNOWN
SOAP fault code "DataEncodingUnknown".- See Also:
-
DEFAULT_SUBCODE
Default sub-code. -
MEDIA_TYPE_SOAP
SOAP HTTP binding media type. -
MEDIA_TYPE_XML
XML media type. -
MEDIA_TYPE_WSDL
WSDL HTTP binding media type. -
FAULT
Qualified name of a SOAP 1.2 fault. -
NAMESPACE_PREFIX_MAPPINGS
Definition of namespace prefix mappings relevant to SOAP (including WS-* and OASIS standards).- See Also:
-
-
Constructor Details
-
SoapConstants
public SoapConstants()
-