Package | Description |
---|---|
org.springframework.ws |
Provides the core functionality of the Spring Web Services framework.
|
org.springframework.ws.client |
Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access.
|
org.springframework.ws.client.core |
Core package of the Spring-WS client-side support.
|
org.springframework.ws.client.core.support |
Convenient super class for application classes that need Web service access.
|
org.springframework.ws.client.support |
Classes supporting the org.springframework.ws.client.core package.
|
org.springframework.ws.client.support.destination |
Provides the
DestinationProvider interface. |
org.springframework.ws.client.support.interceptor |
Provides the
ClientInterceptor interface, and validating interceptors. |
org.springframework.ws.config |
Provides an namespace handler for the Spring Web Services namespace.
|
org.springframework.ws.config.annotation | |
org.springframework.ws.context |
Contains the
MessageContext interface and implementations thereof. |
org.springframework.ws.mime |
Provides MIME functionality for use the Spring Web Services framework.
|
org.springframework.ws.pox |
Provides the Plain Old XML (POX) functionality of the Spring Web Services framework.
|
org.springframework.ws.pox.dom |
Contains an implementation of the POX interfaces that is based on DOM.
|
org.springframework.ws.server |
Contains classes for server-side Spring-WS support.
|
org.springframework.ws.server.endpoint |
Provides standard endpoint, and
EndpointAdapter implementations. |
org.springframework.ws.server.endpoint.adapter |
Provides miscellaneous
EndpointAdapter implementations. |
org.springframework.ws.server.endpoint.adapter.method |
Provides the
MethodArgumentResolver and MethodReturnValueHandler abstractions, and various
implementations thereof. |
org.springframework.ws.server.endpoint.adapter.method.dom |
Provides DOM-based implementations of the
MethodArgumentResolver and
MethodReturnValueHandler interfaces. |
org.springframework.ws.server.endpoint.adapter.method.jaxb |
Provides JAXB2-based implementations of the
MethodArgumentResolver and
MethodReturnValueHandler interfaces. |
org.springframework.ws.server.endpoint.annotation |
JDK 1.5+ annotations for Spring-WS endpoints.
|
org.springframework.ws.server.endpoint.interceptor |
Provides miscellaneous endpoints
EndpointInterceptor implementations. |
org.springframework.ws.server.endpoint.mapping |
Provides miscellaneous endpoints
EndpointMapping implementations. |
org.springframework.ws.server.endpoint.mapping.jaxb |
Provides JAXB2-based
EndpointMapping implementations. |
org.springframework.ws.server.endpoint.support |
Provides helper classes for
EndpointAdapter , EndpointInteceptor , and
EndpointMapping implementations. |
org.springframework.ws.soap |
Provides the SOAP functionality of the Spring Web Services framework.
|
org.springframework.ws.soap.addressing |
Provides WS-Addressing implementation classes.
|
org.springframework.ws.soap.addressing.client | |
org.springframework.ws.soap.addressing.core |
Core package for WS-Addressing support.
|
org.springframework.ws.soap.addressing.messageid |
Contains various strategies for generating WS-Addressing MessageIDs.
|
org.springframework.ws.soap.addressing.server |
Contains servers-side WS-Addressing support, in the form of
EndpointMappings . |
org.springframework.ws.soap.addressing.server.annotation | |
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.axiom.support |
Support classes for working with the AXis Object Model (AXIOM).
|
org.springframework.ws.soap.client |
Contains classes for SOAP-specific client-side Spring-WS support.
|
org.springframework.ws.soap.client.core |
Contains core 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.saaj.support |
Support classes for working with the SOAP with Attachments API for Java (SAAJ).
|
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.adapter.method | |
org.springframework.ws.soap.server.endpoint.annotation |
JDK 1.5+ annotations for Spring-WS SOAP endpoints.
|
org.springframework.ws.soap.server.endpoint.interceptor |
Provides miscellaneous endpoints
EndpointInterceptor implementations for SOAP purposes. |
org.springframework.ws.soap.server.endpoint.mapping |
Provides miscellaneous endpoints
EndpointMapping 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.soap.support |
Classes supporting the org.springframework.ws.soap package.
|
org.springframework.ws.stream | |
org.springframework.ws.support |
Provides general helper classes for Spring Web Services.
|
org.springframework.ws.transport |
Contains the TransportRequest and TransportResponse interfaces.
|
org.springframework.ws.transport.context |
Abstraction for determining the current TransportInputStream and TransportOutputStream.
|
org.springframework.ws.transport.http |
Package providing support for handling messages via HTTP.
|
org.springframework.ws.transport.http.support | |
org.springframework.ws.transport.support |
Classes supporting the org.springframework.ws.transport package.
|
org.springframework.ws.wsdl |
Provides the WSDL functionality of the Spring Web Services framework.
|
org.springframework.ws.wsdl.wsdl11 |
Contains interfaces and classes specific to WSDL 1.1.
|
org.springframework.ws.wsdl.wsdl11.provider |
Provides a contribution strategy for WSDL definitions.
|
Copyright © 2018 Pivotal Software. All rights reserved.