Uses of Interface
org.springframework.ws.soap.SoapElement
Packages that use 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
Subinterfaces of SoapElement in org.springframework.ws.soapModifier 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
Subinterfaces of SoapElement in org.springframework.ws.soap.soap11Modifier 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
Subinterfaces of SoapElement in org.springframework.ws.soap.soap12Modifier 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.