|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SoapVersion
Interface that defines a specific version of the SOAP specification. Contains properties for elements that make up a soap envelope.
SOAP_11
,
SOAP_12
Field Summary | |
---|---|
static SoapVersion |
SOAP_11
Represents version 1.1 of the SOAP specification. |
static SoapVersion |
SOAP_12
Represents version 1.2 of the SOAP specification. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final SoapVersion SOAP_11
static final SoapVersion SOAP_12
Method Detail |
---|
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()
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |