Package org.jibx.ws.http.servlet

Provides for implementing HTTP server transport using the Java Servlet API (v2.4).

See:
          Description

Interface Summary
ServiceMapper Maps a servlet request to a Service instance.
 

Class Summary
PathBasedServiceMapper Maps a servlet request to a Service instance, based on the servlet path.
SingleServiceMapper Maps all requests to a single service.
WsServlet JiBX/WS web service request handler servlet that is configured using JiBX.
WsSpringServlet JiBX/WS web service request handler servlet that is configured using the Spring Framework.
 

Package org.jibx.ws.http.servlet Description

Provides for implementing HTTP server transport using the Java Servlet API (v2.4). Also includes a WsSpringServlet class for integration with the Spring Framework. See the JiBX/WS documentation for more details.



Project Web Site