Library:Spring WS
Version:1.0.0
Compatibility:JDK 1.5
Interfaces in library Spring WS.
NamePackageDescription
Attachmentorg.springframework.ws.mimeRepresents an attachment to a MimeMessage
EndpointAdapterorg.springframework.ws.serverInterface that must be implemented for each endpoint type to handle a message request.
EndpointAwareWebServiceConnectionorg.springframework.ws.transportSub-interface of WebServiceConnection that is aware of any server-side situations where an endpoint is not found.
EndpointExceptionResolverorg.springframework.ws.serverDefines the interface for objects than can resolve exceptions thrown during endpoint execution, resulting in SOAP messages.
EndpointInterceptororg.springframework.ws.serverWorkflow interface that allows for customized endpoint invocation chains.
EndpointMappingorg.springframework.ws.serverDefines a mapping between message requests and endpoint objects.
FaultAwareWebServiceConnectionorg.springframework.ws.transportSub-interface of WebServiceConnection that is aware of any Fault messages received.
FaultAwareWebServiceMessageorg.springframework.wsSub-interface of WebServiceMessage that can contain special Fault messages.
FaultMessageResolverorg.springframework.ws.client.coreDefines the interface for objects than can resolve fault WebServiceMessage .
HttpTransportConstantsorg.springframework.ws.transport.httpDeclares HTTP-specific transport constants.
Marshallerorg.springframework.oxmDefines the contract for Object XML Mapping Marshallers.
MessageContextorg.springframework.ws.contextContext holder for message requests.
MessageEndpointorg.springframework.ws.server.endpointDefines the basic contract for Web Services interested in the entire message payload.
MimeContainerorg.springframework.oxm.mimeRepresents a container for MIME attachments.
MimeMarshallerorg.springframework.oxm.mimeSubinterface of Marshaller that can use MIME attachments to optimize storage of binary data.
MimeMessageorg.springframework.ws.mimeRepresents a Web service message with MIME attachments.
MimeUnmarshallerorg.springframework.oxm.mimeSubinterface of Marshaller that can use MIME attachments to optimize storage of binary data.
NodeCallbackHandlerorg.springframework.xml.xpathAn interface used by XPathOperations implementations for processing Node objects on a per-node basis.
NodeMapperorg.springframework.xml.xpathAn interface used by XPathOperations implementations for mapping Node objects on a per-node basis.
PayloadEndpointorg.springframework.ws.server.endpointDefines the basic contract for Web Services interested in just the message payload.
PoxMessageorg.springframework.ws.poxDefines the contract for Plain Old XML messages.
SaajImplementationorg.springframework.ws.soap.saajForms a bridge between the SOAP class hierarchy and a specific version of SAAJ.
Soap11Bodyorg.springframework.ws.soap.soap11Subinterface of SoapBody that exposes SOAP 1.1 functionality.
Soap11Faultorg.springframework.ws.soap.soap11Subinterface of SoapFault that exposes SOAP 1.1 functionality.
Soap11Headerorg.springframework.ws.soap.soap11Subinterface of SoapHeader that exposes SOAP 1.1 functionality.
Soap12Bodyorg.springframework.ws.soap.soap12Subinterface of SoapBody that exposes SOAP 1.2 functionality.
Soap12Faultorg.springframework.ws.soap.soap12Subinterface of SoapFault that exposes SOAP 1.2 functionality.
Soap12Headerorg.springframework.ws.soap.soap12Subinterface of SoapHeader that exposes SOAP 1.2 functionality.
SoapBodyorg.springframework.ws.soapRepresents the Body element in a SOAP message.
SoapElementorg.springframework.ws.soapThe base interface for all elements that are contained in a SOAP message.
SoapEndpointInterceptororg.springframework.ws.soap.serverSOAP-specific extension of the EndpointInterceptor interface.
SoapEndpointMappingorg.springframework.ws.soap.serverSOAP-specific sub-interface of the EndpointMapping.
SoapEnvelopeorg.springframework.ws.soapRepresents the Envelope element in a SOAP message.
SoapFaultorg.springframework.ws.soapRepresents the Fault element in the body of a SOAP message.
SoapFaultDetailorg.springframework.ws.soapRepresents the detail element in a SOAP fault.
SoapFaultDetailElementorg.springframework.ws.soapRepresents the content for an individual SOAP detail entry in a SOAP Message.
SoapHeaderorg.springframework.ws.soapRepresents the Header element in a SOAP message.
SoapHeaderElementorg.springframework.ws.soapRepresents the contents of an individual SOAP header in the a SOAP message.
SoapMessageorg.springframework.ws.soapRepresents an abstraction for SOAP messages, providing access to a SOAP Envelope.
SoapMessageFactoryorg.springframework.ws.soapSub-interface of WebServiceMessageFactory which contains SOAP-specific properties and methods.
SoapVersionorg.springframework.ws.soapInterface that defines a specific version of the SOAP specification.
SourceExtractororg.springframework.ws.client.coreCallback interface for extracting a result object from a Source instance.
TransportConstantsorg.springframework.ws.transportDeclares useful transport constants.
TransportContextorg.springframework.ws.transport.contextStrategy interface for determining the current WebServiceConnection .
Unmarshallerorg.springframework.oxmDefines the contract for Object XML Mapping unmarshallers.
WebServiceConnectionorg.springframework.ws.transportRepresents a point-to-point connection that a client can use for sending WebServiceMessage objects directly to a remote party.
WebServiceMessageorg.springframework.wsRepresents a protocol-agnostic XML message.
WebServiceMessageCallbackorg.springframework.ws.client.coreGeneric callback interface for code that operates on a WebServiceMessage .
WebServiceMessageExtractororg.springframework.ws.client.coreCallback interface for extracting a result object from a WebServiceMessage instance.
WebServiceMessageFactoryorg.springframework.wsThe WebServiceMessageFactory serves as a factory for WebServiceMessages .
WebServiceMessageReceiverorg.springframework.ws.transportDefines the methods for classes capable of receiving WebServiceMessage instances coming in on a transport.
WebServiceMessageSenderorg.springframework.ws.transportDefines the methods for classes capable of sending and receiving WebServiceMessage instances across a transport.
WebServiceOperationsorg.springframework.ws.client.coreSpecifies a basic set of Web service operations.
Wsdl11Definitionorg.springframework.ws.wsdl.wsdl11Models a WSDL 1.1-specific WsdlDefinition .
Wsdl11DefinitionBuilderorg.springframework.ws.wsdl.wsdl11Defines the contract for classes that can create a Wsdl11Definition at runtime.
WsdlDefinitionorg.springframework.ws.wsdlRepresents an abstraction for WSDL definitions.
XmlValidatororg.springframework.xml.validationSimple processor that validates a given Source.
XPathExpressionorg.springframework.xml.xpathDefines the contract for a precompiled XPath expression.
XPathOperationsorg.springframework.xml.xpathInterface that specifies a basic set of XPath operations, implemented by various XPathTemplates.
Search