Group: org.apache.axis2 - All Dependencies
Apache Axis2 - tool - WSDL2Code Maven Plugin · The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL.
Apache Axis2 - Resource bundle · Contains the legal files that must be included in all artifacts
axis2-repo-maven-plugin · axis2-repo-maven-plugin is a Maven plugin that creates Axis2 repositories from project dependencies. It supports both AAR and MAR files.
Apache Axis2 - Parent · Axis2 is an effort to re-design and totally re-implement both Axis/Java and (eventually) Axis/C++ on a new architecture. Evolving from the now standard "handler chain" model which Axis1 pioneered, Axis2 is developing a more flexible pipeline architecture which can yet be managed and packaged in a more organized manner. This new design acknowledges the maturing of the Web services space in terms of new protocols such as WS-ReliableMessaging, WS-Security and WS-Addressing that are built on top of the base SOAP system. At the time Axis1 was designed, while it was fully expected that other protocols such as WS-ReliableMessaging would be built on top of it, there was not a proper extension architecture defined to enable clean composition of such layers. Thus, one of the key motivations for Axis2 is to provide a clean and simple environment for like Apache Sandesha and Apache WSS4J to layer on top of the base SOAP system. Another driving force for Axis2 as well as the move away from RPC oriented Web services towards more document-oriented, message style asynchronous service interactions. The Axis2 project is centered on a new representation for SOAP messages called AXIOM (AXIs Object Model). AXIOM consists of two parts: a complete XML Infoset representation and a SOAP Infoset representation on top of that. The XML Infoset representation provides a JDOM-like simple API but is built on a deferred model via a StAX-based (Streaming API for XML) pull parsing API. A key feature of AXIOM is that it allows one to stop building the XML tree and just access the pull stream directly; thus enabling both maximum flexibility and maximum performance. This approach allows us to support multiple levels of abstraction for consuming and offering Web services: using plain AXIOM, using generated code and statically data-bound data types and so on. At the time of Axis1's design, RPC-style, synchronous, request-response interactions were the order of the day for Web services. Today service interactions are much more message -oriented and exploit many different message exchange patterns. The Axis2 engine architecture is careful to not build in any assumptions of request-response patterns to ensure that it can be used easily to support arbitrary message exchange patterns.
Apache Axis2 - tool - MAR Maven Plugin · A Maven 2 plugin for creating Axis 2 module archives (mar files)
Apache Axis2 - tool - Java2WSDL Maven Plugin · A Maven 2 plugin for creating WSDL files from Java source.
Apache Axis2 - tool - Ant Plugin · The Axis 2 Plugin for Ant Tasks.
Apache Axis2 - tool - AAR Maven Plugin · A Maven 2 plugin for creating Axis 2 service archives (aar files)
Apache Axis2 Simple HTTP server Maven Plugin · The Axis2 Plugin for Maven that allows to run simple HTTP server.
Apache Axis2 - Schema Validation Module · Module that validates incoming and outgoing messages against the service's XML schema
Apache Axis2 - JAXB-RI Data Binding · JAXB-RI data binding support for Axis2
Apache Axis2 - tool - Eclipse Codegen Plugin · The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl
Apache Axis2 - tool - Eclipse service Plugin · The Axis 2 Eclipse Service Plugin for Service archive creation