| Name | Group | Description |
|---|
| org.springframework.oxm | Spring-OXM | Root package for Spring's O/X Mapping integration classes. |
| org.springframework.oxm.castor | Spring-OXM | Package providing integration of Castor within Springs O/X Mapping
support. |
| org.springframework.oxm.jaxb | Spring-OXM | Package providing integration of JAXB with Springs O/X Mapping
support. |
| org.springframework.oxm.jibx | Spring-OXM | Package providing integration of JiBX with Springs O/X Mapping
support. |
| org.springframework.oxm.mime | Spring-OXM | Contains (un)marshallers optimized to store binary data in MIME attachments. |
| org.springframework.oxm.support | Spring-OXM | Provides generic support classes for using Spring's O/X Mapping integration within various scenario's. |
| org.springframework.oxm.xmlbeans | Spring-OXM | Package providing integration of XMLBeans with Springs O/X Mapping support. |
| org.springframework.oxm.xstream | Spring-OXM | Package providing integration of XStream with Springs O/X Mapping support. |
| org.springframework.ws | Spring-WS | Provides the core functionality of the Spring Web Services framework. |
| org.springframework.ws.client | Spring-WS | Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access. |
| org.springframework.ws.client.core | Spring-WS | Core package of the Spring-WS client-side support. |
| org.springframework.ws.client.core.support | Spring-WS | Convenient super class for application classes that need Web service access. |
| org.springframework.ws.client.support | Spring-WS | Classes supporting the org.springframework.ws.client.core package. |
| org.springframework.ws.context | Spring-WS | Contains the MessageContext, and MessageContextFactory interfaces. |
| org.springframework.ws.mime | Spring-WS | Provides MIME functionality for use the Spring Web Services framework. |
| org.springframework.ws.pox | Spring-WS | Provides the Plain Old XML (POX) functionality of the Spring Web Services framework. |
| org.springframework.ws.pox.dom | Spring-WS | Contains an implementation of the POX interfaces that is based on DOM. |
| org.springframework.ws.server | Spring-WS | Contains classes for server-side Spring-WS support. |
| org.springframework.ws.server.endpoint | Spring-WS | Provides standard endpoint, and EndpointAdapter implementations. |
| org.springframework.ws.server.endpoint.adapter | Spring-WS | Provides miscellaneous EndpointAdapter implementations. |
| org.springframework.ws.server.endpoint.annotation | Spring-WS | JDK 1.5+ annotations for Spring-WS endpoints. |
| org.springframework.ws.server.endpoint.interceptor | Spring-WS | Provides miscellaneous endpoints EndpointInterceptor implementations. |
| org.springframework.ws.server.endpoint.mapping | Spring-WS | Provides miscellaneous endpoints EndpointMapping implementations. |
| org.springframework.ws.server.endpoint.support | Spring-WS | Provides helper classes for EndpointAdapter, EndpointInteceptor, and
EndpointMapping implementations. |
| org.springframework.ws.soap | Spring-WS | Provides the SOAP functionality of the Spring Web Services framework. |
| org.springframework.ws.soap.axiom | Spring-WS | AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure. |
| org.springframework.ws.soap.axiom.support | Spring-WS | Support classes for working with the AXis Object Model (AXIOM). |
| org.springframework.ws.soap.client | Spring-WS | Contains classes for SOAP-specific client-side Spring-WS support. |
| org.springframework.ws.soap.client.core | Spring-WS | Contains core classes for SOAP-specific client-side Spring-WS support. |
| org.springframework.ws.soap.saaj | Spring-WS | SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure. |
| org.springframework.ws.soap.saaj.support | Spring-WS | Support classes for working with the SOAP with Attachments API for Java (SAAJ). |
| org.springframework.ws.soap.security | Spring-WS | Provided WS-Security implementation classes. |
| org.springframework.ws.soap.security.support | Spring-WS | Contains support classes for handling WS-Security messages. |
| org.springframework.ws.soap.security.xwss | Spring-WS | Contains classes for using the XML and WebServices Security WS-Security
implementation within Spring-WS. |
| org.springframework.ws.soap.security.xwss.callback | Spring-WS | Contains CallbackHandler implementations for XWSS. |
| org.springframework.ws.soap.security.xwss.callback.acegi | Spring-WS | Contains CallbackHandler implementations for XWSS that use the Acegi
Security System for Spring. |
| org.springframework.ws.soap.security.xwss.callback.jaas | Spring-WS | Contains CallbackHandler implementations for XWSS that use the Java Authentication and Authorization Service (JAAS). |
| org.springframework.ws.soap.server | Spring-WS | Contains classes for SOAP-specific server-side Spring-WS support. |
| org.springframework.ws.soap.server.endpoint | Spring-WS | Provides EndpointAdapter, EndpointMapping, and EndpointExceptionResolver
implementations for SOAP. |
| org.springframework.ws.soap.server.endpoint.annotation | Spring-WS | JDK 1.5+ annotations for Spring-WS SOAP endpoints. |
| org.springframework.ws.soap.server.endpoint.interceptor | Spring-WS | Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes. |
| org.springframework.ws.soap.server.endpoint.mapping | Spring-WS | Provides miscellaneous endpoints EndpointMapping implementations for SOAP purposes. |
| org.springframework.ws.soap.soap11 | Spring-WS | Contains interfaces specific to SOAP 1.1. |
| org.springframework.ws.soap.soap12 | Spring-WS | Contains interfaces specific to SOAP 1.2. |
| org.springframework.ws.support | Spring-WS | Provides general helper classes for Spring Web Services. |
| org.springframework.ws.transport | Spring-WS | Contains the TransportRequest and TransportResponse interfaces. |
| org.springframework.ws.transport.context | Spring-WS | Abstraction for determining the current TransportInputStream and TransportOutputStream. |
| org.springframework.ws.transport.http | Spring-WS | Package providing support for handling messages via HTTP. |
| org.springframework.ws.transport.support | Spring-WS | Classes supporting the org.springframework.ws.transport package. |
| org.springframework.ws.wsdl | Spring-WS | Provides the WSDL functionality of the Spring Web Services framework. |
| org.springframework.ws.wsdl.wsdl11 | Spring-WS | Contains interfaces and classes specific to WSDL 1.1. |
| org.springframework.ws.wsdl.wsdl11.builder | Spring-WS | Provides a strategy for WSDL building. |
| org.springframework.xml | Spring-XML | Provides classes for XML handling: version detection and a base XML exception class. |
| org.springframework.xml.dom | Spring-XML | Provides classes that help with DOM: the Document Object Model. |
| org.springframework.xml.namespace | Spring-XML | Provides classes that help with XML Namespace processing. |
| org.springframework.xml.sax | Spring-XML | Provides classes that help with SAX: the Simple API for XML. |
| org.springframework.xml.stream | Spring-XML | Provides classes that help with StAX: the Streaming API for XML. |
| org.springframework.xml.transform | Spring-XML | Provides classes that help with XML transformations. |
| org.springframework.xml.validation | Spring-XML | Provides classes for XML validation in JAXP 1.0 and JAXP 1.3. |
| org.springframework.xml.xpath | Spring-XML | Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen. |