spring ws 1.0.0

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Services » spring ws 1.0.0 
Spring Framework
License:Apache License Version 2.0
URL:http://www.springframework.org
Description:
Package NameComment
org.springframework.oxm Root package for Spring's O/X Mapping integration classes. Contains generic Marshaller and Unmarshaller interfaces, and XmlMappingExceptions related to O/X Mapping.
org.springframework.oxm.castor Package providing integration of Castor within Springs O/X Mapping support.
org.springframework.oxm.jaxb Package providing integration of JAXB with Springs O/X Mapping support.
org.springframework.oxm.jibx Package providing integration of JiBX with Springs O/X Mapping support.
org.springframework.oxm.mime Contains (un)marshallers optimized to store binary data in MIME attachments.
org.springframework.oxm.support Provides generic support classes for using Spring's O/X Mapping integration within various scenario's. Includes the MarshallingSource for compatibility with TrAX.
org.springframework.oxm.xmlbeans Package providing integration of XMLBeans with Springs O/X Mapping support.
org.springframework.oxm.xstream Package providing integration of XStream with Springs O/X Mapping support.
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. Provides a WebServiceTemplate class and various callback interfaces.
org.springframework.ws.client.core.support Convenient super class for application classes that need Web service access. Contains a base class for WebServiceTemplate usage.
org.springframework.ws.client.support Classes supporting the org.springframework.ws.client.core package. Contains a base class for WebServiceTemplate usage.
org.springframework.ws.context Contains the MessageContext, and MessageContextFactory interfaces.
org.springframework.ws.mime Provides MIME functionality for use the Spring Web Services framework. Contains the Attachment and MimeMessage and related interfaces.
org.springframework.ws.pox Provides the Plain Old XML (POX) functionality of the Spring Web Services framework. Contains the PoxMessage and related interfaces.
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.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.support Provides helper classes for EndpointAdapter, EndpointInteceptor, and EndpointMapping implementations.
org.springframework.ws.soap Provides the SOAP functionality of the Spring Web Services framework. Contains the SoapMessage and related interfaces.
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.security Provided WS-Security implementation classes. Contains the AbstractWsSecurityInterceptor and exceptions.
org.springframework.ws.soap.security.support Contains support classes for handling WS-Security messages.
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.security.xwss.callback Contains CallbackHandler implementations for XWSS.
org.springframework.ws.soap.security.xwss.callback.acegi Contains CallbackHandler implementations for XWSS that use the Acegi Security System for Spring.
org.springframework.ws.soap.security.xwss.callback.jaas Contains CallbackHandler implementations for XWSS that use the Java Authentication and Authorization Service (JAAS).
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.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.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.support Classes supporting the org.springframework.ws.transport package.
org.springframework.ws.wsdl Provides the WSDL functionality of the Spring Web Services framework. Contains the WsdlDefinition and related interfaces.
org.springframework.ws.wsdl.wsdl11 Contains interfaces and classes specific to WSDL 1.1.
org.springframework.ws.wsdl.wsdl11.builder Provides a strategy for WSDL building. Used by DynamicWsdl11Definition to generate WSDL definitions at runtime.
org.springframework.xml Provides classes for XML handling: version detection and a base XML exception class. Mostly for internal use by the framework.
org.springframework.xml.dom Provides classes that help with DOM: the Document Object Model. Mostly for internal use by the framework.
org.springframework.xml.namespace Provides classes that help with XML Namespace processing. Mostly for internal use by the framework.
org.springframework.xml.sax Provides classes that help with SAX: the Simple API for XML. Mostly for internal use by the framework.
org.springframework.xml.stream Provides classes that help with StAX: the Streaming API for XML. Mostly for internal use by the framework.
org.springframework.xml.transform Provides classes that help with XML transformations. Mostly for internal use by the framework.
org.springframework.xml.validation Provides classes for XML validation in JAXP 1.0 and JAXP 1.3. Mostly for internal use by the framework.
org.springframework.xml.xpath Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.