Modifier and Type | Field and Description |
---|---|
static SoapVersion |
SOAP_11
Represents version 1.1 of the SOAP specification.
|
static SoapVersion |
SOAP_12
Represents version 1.2 of the SOAP specification.
|
Modifier and Type | Method and Description |
---|---|
QName |
getActorOrRoleName()
Returns the qualified name of the SOAP
actor /role attribute. |
QName |
getBodyName()
Returns the qualified name for a SOAP body.
|
QName |
getClientOrSenderFaultName()
Returns the qualified name of the Sender/Client SOAP Fault value.
|
String |
getContentType()
Returns the
Content-Type MIME header for a SOAP message. |
QName |
getEnvelopeName()
Returns the qualified name for a SOAP envelope.
|
String |
getEnvelopeNamespaceUri()
Returns the namespace URI for the SOAP envelope namespace.
|
QName |
getFaultName()
Returns the qualified name for a SOAP fault.
|
QName |
getHeaderName()
Returns the qualified name for a SOAP header.
|
QName |
getMustUnderstandAttributeName()
Returns the qualified name of the SOAP
MustUnderstand attribute. |
QName |
getMustUnderstandFaultName()
Returns the qualified name of the
MustUnderstand SOAP Fault value. |
String |
getNextActorOrRoleUri()
Returns the URI indicating that a header element is intended for the next SOAP application that processes the
message.
|
String |
getNoneActorOrRoleUri()
Returns the URI indicating that a header element should never be directly processed.
|
QName |
getServerOrReceiverFaultName()
Returns the qualified name of the Receiver/Server SOAP Fault value.
|
String |
getUltimateReceiverRoleUri()
Returns the URI indicating that a header element should only be processed by nodes acting as the ultimate
receiver of a message.
|
QName |
getVersionMismatchFaultName()
Returns the qualified name of the
VersionMismatch SOAP Fault value. |
static final SoapVersion SOAP_11
static final SoapVersion SOAP_12
QName getBodyName()
String getContentType()
Content-Type
MIME header for a SOAP message.QName getEnvelopeName()
String getEnvelopeNamespaceUri()
QName getFaultName()
QName getHeaderName()
QName getMustUnderstandAttributeName()
MustUnderstand
attribute.String getNextActorOrRoleUri()
String getNoneActorOrRoleUri()
QName getMustUnderstandFaultName()
MustUnderstand
SOAP Fault value.QName getServerOrReceiverFaultName()
QName getVersionMismatchFaultName()
VersionMismatch
SOAP Fault value.QName getActorOrRoleName()
actor
/role
attribute.QName getClientOrSenderFaultName()
String getUltimateReceiverRoleUri()