Uses of Interface
org.springframework.ws.soap.SoapElement
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
Contains interfaces specific to SOAP 1.1.
Contains interfaces specific to SOAP 1.2.
-
Uses of SoapElement in org.springframework.ws.soap
Modifier and TypeInterfaceDescriptioninterface
Represents theBody
element in a SOAP message.interface
Represents theEnvelope
element in a SOAP message.interface
Represents theFault
element in the body of a SOAP message.interface
Represents thedetail
element in a SOAP fault.interface
Represents the content for an individual SOAP detail entry in a SOAP Message.interface
Represents theHeader
element in a SOAP message.interface
Represents the contents of an individual SOAP header in the a SOAP message. -
Uses of SoapElement in org.springframework.ws.soap.soap11
Modifier and TypeInterfaceDescriptioninterface
Subinterface ofSoapBody
that exposes SOAP 1.1 functionality.interface
Subinterface ofSoapFault
that exposes SOAP 1.1 functionality.interface
Subinterface ofSoapHeader
that exposes SOAP 1.1 functionality. -
Uses of SoapElement in org.springframework.ws.soap.soap12
Modifier and TypeInterfaceDescriptioninterface
Subinterface ofSoapBody
that exposes SOAP 1.2 functionality.interface
Subinterface ofSoapFault
that exposes SOAP 1.2 functionality.interface
Subinterface ofSoapHeader
that exposes SOAP 1.2 functionality.