|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.ws.soap | |
---|---|
org.springframework.ws.soap | Provides the SOAP functionality of the Spring Web Services framework. |
org.springframework.ws.soap.addressing.messageid | Contains various strategies for generating WS-Addressing MessageIDs. |
org.springframework.ws.soap.addressing.version | Contains abstractions over various versions of the WS-Addressing specification. |
org.springframework.ws.soap.axiom | AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure. |
org.springframework.ws.soap.client | Contains classes for SOAP-specific client-side Spring-WS support. |
org.springframework.ws.soap.saaj | SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure. |
org.springframework.ws.soap.security | Provides WS-Security implementation classes. |
org.springframework.ws.soap.security.wss4j | Contains classes for using the Apache WSS4J WS-Security implementation within Spring-WS. |
org.springframework.ws.soap.security.xwss | Contains classes for using the XML and WebServices Security WS-Security implementation within Spring-WS. |
org.springframework.ws.soap.server | Contains classes for SOAP-specific server-side Spring-WS support. |
org.springframework.ws.soap.server.endpoint | Provides EndpointAdapter , EndpointMapping , and EndpointExceptionResolver
implementations for SOAP. |
org.springframework.ws.soap.server.endpoint.interceptor | Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes. |
org.springframework.ws.soap.soap11 | Contains interfaces specific to SOAP 1.1. |
org.springframework.ws.soap.soap12 | Contains interfaces specific to SOAP 1.2. |
org.springframework.ws.test.support.matcher | Provides the generic WebServiceMessageMatcher
interface, and implementations. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap | |
---|---|
SoapBody
Represents the Body element in a SOAP message. |
|
SoapBodyException
Exception thrown when a SOAP body could not be accessed. |
|
SoapElement
The base interface for all elements that are contained in a SOAP message. |
|
SoapEnvelope
Represents the Envelope element in a SOAP message. |
|
SoapEnvelopeException
Exception thrown when a SOAP body could not be accessed. |
|
SoapFault
Represents the Fault element in the body of a SOAP message. |
|
SoapFaultDetail
Represents the detail element in a SOAP fault. |
|
SoapFaultDetailElement
Represents the content for an individual SOAP detail entry in a SOAP Message. |
|
SoapFaultException
Exception thrown when a SOAP fault could not be accessed. |
|
SoapHeader
Represents the Header element in a SOAP message. |
|
SoapHeaderElement
Represents the contents of an individual SOAP header in the a SOAP message. |
|
SoapHeaderException
Exception thrown when a SOAP header could not be accessed. |
|
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
|
SoapMessageException
Base class for all SOAP message exceptions. |
|
SoapVersion
Interface that defines a specific version of the SOAP specification. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.addressing.messageid | |
---|---|
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.addressing.version | |
---|---|
SoapFault
Represents the Fault element in the body of a SOAP message. |
|
SoapHeaderElement
Represents the contents of an individual SOAP header in the a SOAP message. |
|
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.axiom | |
---|---|
AbstractSoapMessage
Abstract implementation of the SoapMessage interface. |
|
SoapElementException
Exception thrown when a SOAP element could not be accessed. |
|
SoapEnvelope
Represents the Envelope element in a SOAP message. |
|
SoapEnvelopeException
Exception thrown when a SOAP body could not be accessed. |
|
SoapFaultException
Exception thrown when a SOAP fault could not be accessed. |
|
SoapHeaderException
Exception thrown when a SOAP header could not be accessed. |
|
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
|
SoapMessageCreationException
Exception thrown when a web service message cannot be created. |
|
SoapMessageException
Base class for all SOAP message exceptions. |
|
SoapMessageFactory
Sub-interface of WebServiceMessageFactory which contains SOAP-specific properties and methods. |
|
SoapVersion
Interface that defines a specific version of the SOAP specification. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.client | |
---|---|
SoapFault
Represents the Fault element in the body of a SOAP message. |
|
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.saaj | |
---|---|
AbstractSoapMessage
Abstract implementation of the SoapMessage interface. |
|
SoapBodyException
Exception thrown when a SOAP body could not be accessed. |
|
SoapElementException
Exception thrown when a SOAP element could not be accessed. |
|
SoapEnvelope
Represents the Envelope element in a SOAP message. |
|
SoapEnvelopeException
Exception thrown when a SOAP body could not be accessed. |
|
SoapFaultException
Exception thrown when a SOAP fault could not be accessed. |
|
SoapHeaderException
Exception thrown when a SOAP header could not be accessed. |
|
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
|
SoapMessageCreationException
Exception thrown when a web service message cannot be created. |
|
SoapMessageException
Base class for all SOAP message exceptions. |
|
SoapMessageFactory
Sub-interface of WebServiceMessageFactory which contains SOAP-specific properties and methods. |
|
SoapVersion
Interface that defines a specific version of the SOAP specification. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.security | |
---|---|
SoapHeaderElement
Represents the contents of an individual SOAP header in the a SOAP message. |
|
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.security.wss4j | |
---|---|
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.security.xwss | |
---|---|
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.server | |
---|---|
SoapHeaderElement
Represents the contents of an individual SOAP header in the a SOAP message. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.server.endpoint | |
---|---|
SoapFault
Represents the Fault element in the body of a SOAP message. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.server.endpoint.interceptor | |
---|---|
SoapHeaderElement
Represents the contents of an individual SOAP header in the a SOAP message. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.soap11 | |
---|---|
SoapBody
Represents the Body element in a SOAP message. |
|
SoapElement
The base interface for all elements that are contained in a SOAP message. |
|
SoapFault
Represents the Fault element in the body of a SOAP message. |
|
SoapFaultException
Exception thrown when a SOAP fault could not be accessed. |
|
SoapHeader
Represents the Header element in a SOAP message. |
|
SoapHeaderElement
Represents the contents of an individual SOAP header in the a SOAP message. |
|
SoapHeaderException
Exception thrown when a SOAP header could not be accessed. |
Classes in org.springframework.ws.soap used by org.springframework.ws.soap.soap12 | |
---|---|
SoapBody
Represents the Body element in a SOAP message. |
|
SoapElement
The base interface for all elements that are contained in a SOAP message. |
|
SoapFault
Represents the Fault element in the body of a SOAP message. |
|
SoapFaultException
Exception thrown when a SOAP fault could not be accessed. |
|
SoapHeader
Represents the Header element in a SOAP message. |
|
SoapHeaderElement
Represents the contents of an individual SOAP header in the a SOAP message. |
|
SoapHeaderException
Exception thrown when a SOAP header could not be accessed. |
Classes in org.springframework.ws.soap used by org.springframework.ws.test.support.matcher | |
---|---|
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |