JiBX/WS XML binding web services - Version 0.9.1

JiBX/WS is a framework for creating fast, simple web services.

See:
          Description

Packages
org.jibx.ws Provides core classes used across the JiBX/WS framework.
org.jibx.ws.client Provides generic client functionality for extension by protocol specific client classes.
org.jibx.ws.context Provides for managing context within message exchanges.
org.jibx.ws.http.servlet Provides for implementing HTTP server transport using the Java Servlet API (v2.4).
org.jibx.ws.io Provides for input and output of XML data using JiBX APIs.
org.jibx.ws.io.handler Provides handlers for performing input and output within the context of processing a message.
org.jibx.ws.pox Provides for communication using Plain Old XML (POX).
org.jibx.ws.pox.client Contains an implementation of a client using Plain Old XML (POX).
org.jibx.ws.protocol Provides functionality for managing and loading protocols.
org.jibx.ws.server Provides service definition classes and generic service functionality for extension by protocol specific client classes.
org.jibx.ws.soap Provides implementation of SOAP 1.1 protocol.
org.jibx.ws.soap.client Contains an implementation of a client using SOAP.
org.jibx.ws.tcp.server Provides server side TCP communication functionality.
org.jibx.ws.transport.interceptor Contains interfaces and classes that allow the input and output messages to be intercepted at the transport level.

 

JiBX/WS is a framework for creating fast, simple web services.

It is built around JiBX data binding. It provides the same advantages of flexibility and performance for web services as the base JiBX project does for ordinary XML data binding.

For more details, see the JiBX/WS documentation.



Project Web Site