Interface SoapVersion


public interface SoapVersion
Interface that defines a specific version of the SOAP specification. Contains properties for elements that make up a soap envelope.
Since:
1.0.0
Author:
Arjen Poutsma
See Also:
  • Field Details

  • Method Details

    • getBodyName

      QName getBodyName()
      Returns the qualified name for a SOAP body.
    • getContentType

      String getContentType()
      Returns the Content-Type MIME header for a SOAP message.
    • getEnvelopeName

      QName getEnvelopeName()
      Returns the qualified name for a SOAP envelope.
    • getEnvelopeNamespaceUri

      String getEnvelopeNamespaceUri()
      Returns the namespace URI for the SOAP envelope namespace.
    • getFaultName

      QName getFaultName()
      Returns the qualified name for a SOAP fault.
    • getHeaderName

      QName getHeaderName()
      Returns the qualified name for a SOAP header.
    • getMustUnderstandAttributeName

      QName getMustUnderstandAttributeName()
      Returns the qualified name of the SOAP MustUnderstand attribute.
    • getNextActorOrRoleUri

      String getNextActorOrRoleUri()
      Returns the URI indicating that a header element is intended for the next SOAP application that processes the message.
    • getNoneActorOrRoleUri

      String getNoneActorOrRoleUri()
      Returns the URI indicating that a header element should never be directly processed.
    • getMustUnderstandFaultName

      QName getMustUnderstandFaultName()
      Returns the qualified name of the MustUnderstand SOAP Fault value.
    • getServerOrReceiverFaultName

      QName getServerOrReceiverFaultName()
      Returns the qualified name of the Receiver/Server SOAP Fault value.
    • getVersionMismatchFaultName

      QName getVersionMismatchFaultName()
      Returns the qualified name of the VersionMismatch SOAP Fault value.
    • getActorOrRoleName

      QName getActorOrRoleName()
      Returns the qualified name of the SOAP actor/role attribute.
    • getClientOrSenderFaultName

      QName getClientOrSenderFaultName()
      Returns the qualified name of the Sender/Client SOAP Fault value.
    • getUltimateReceiverRoleUri

      String getUltimateReceiverRoleUri()
      Returns the URI indicating that a header element should only be processed by nodes acting as the ultimate receiver of a message.