XFire

Home
Bug/Issue Reporting
Download
FAQ
Get Involved
License
News
Stack Comparison
Support
User's Guide
XFire Team

M5

Javadocs
Reports

M6-SNAPSHOT

Javadocs
Reports

Developers

Developer Space
CVS
Building
Architecture
Interesting Projects
Release Process

The XFire Spring support makes it easy to use your existing Spring beans as services. It does this by create Spring managed versions of the XFire engine, the ServiceRegistry, TransportManager, and ServiceFactorys. Services can be created and manipulated in different ways:

Type Description
Spring Remoting Useful if you are just going to create an HTTP web service.
JSR 181 HandlerMapping For when you have JSR 181 style services which you want to expose via HTTP.
Non Remoting Configuration Allows you to compose XFire Services using the ServiceBean class. Useful for times when you aren't going to use HTTP or don't want to use Spring remoting.

Read On