Moved package.html back

This commit is contained in:
Arjen Poutsma
2007-06-13 00:20:00 +00:00
parent b79ded5ce6
commit 7a5ce782f5
35 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<html>
<body>
Core package of the Spring-WS client-side support. Provides a WebServiceTemplate class and various callback interfaces.
</body>
</html>

View File

@@ -0,0 +1,6 @@
<html>
<body>
Convenient super class for application classes that need Web service access. Contains a base class for
WebServiceTemplate usage.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access.
</body>
</html>

View File

@@ -0,0 +1,6 @@
<html>
<body>
Classes supporting the org.springframework.ws.client.core package.
Contains a base class for WebServiceTemplate usage.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains the <code>MessageContext</code>, and <code>MessageContextFactory</code> interfaces.
</body>
</html>

View File

@@ -0,0 +1,6 @@
<html>
<body>
Provides MIME functionality for use the Spring Web Services framework. Contains the Attachment and MimeMessage and
related interfaces.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Provides the core functionality of the Spring Web Services framework.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains an implementation of the POX interfaces that is based on DOM.
</body>
</html>

View File

@@ -0,0 +1,6 @@
<html>
<body>
Provides the Plain Old XML (POX) functionality of the Spring Web Services framework. Contains the PoxMessage and related
interfaces.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Provides miscellaneous <code>EndpointAdapter</code> implementations.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Provides miscellaneous endpoints <code>EndpointInterceptor</code> implementations.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Provides miscellaneous endpoints <code>EndpointMapping</code> implementations.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Provides standard endpoint, and <code>EndpointAdapter</code> implementations.
</body>
</html>

View File

@@ -0,0 +1,6 @@
<html>
<body>
Provides helper classes for <code>EndpointAdapter</code>, <code>EndpointInteceptor</code>, and
<code>EndpointMapping</code> implementations.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains classes for server-side Spring-WS support.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Support classes for working with the AXis Object Model (AXIOM).
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains core classes for SOAP-specific client-side Spring-WS support.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains classes for SOAP-specific client-side Spring-WS support.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Provides the SOAP functionality of the Spring Web Services framework. Contains the SoapMessage and related interfaces.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Support classes for working with the SOAP with Attachments API for Java (SAAJ).
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Provides miscellaneous endpoints <code>EndpointInterceptor</code> implementations for SOAP purposes.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Provides miscellaneous endpoints <code>EndpointMapping</code> implementations for SOAP purposes.
</body>
</html>

View File

@@ -0,0 +1,6 @@
<html>
<body>
Provides <code>EndpointAdapter</code>, <code>EndpointMapping</code>, and <code>EndpointExceptionResolver</code>
implementations for SOAP.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains classes for SOAP-specific server-side Spring-WS support.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains interfaces specific to SOAP 1.1.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains interfaces specific to SOAP 1.2.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Abstraction for determining the current TransportInputStream and TransportOutputStream.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Package providing support for handling messages via HTTP.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains the TransportRequest and TransportResponse interfaces.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Classes supporting the org.springframework.ws.transport package.
</body>
</html>

View File

@@ -0,0 +1,6 @@
<html>
<body>
Provides the WSDL functionality of the Spring Web Services framework. Contains the WsdlDefinition and related
interfaces.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Provides a strategy for WSDL building. Used by DynamicWsdl11Definition to generate WSDL definitions at runtime.
</body>
</html>

View File

@@ -0,0 +1,5 @@
<html>
<body>
Contains interfaces and classes specific to WSDL 1.1.
</body>
</html>