Package org.codehaus.xfire.service.object

This package includes an implementation of the the org.codehaus.xfire.service package.

See:
          Description

Interface Summary
Invoker The invoker class allows you to control how your service class is invoked.
ObjectService A service which can map to an underlying Methods and Classes.
 

Class Summary
DefaultObjectService  
ObjectInvoker An invoker which instantiates classes automatically based on the Service's scope.
ObjectServiceFactory Java objects-specific implementation of the ServiceFactory interface.
Operation An operation that be performed on a service.
Parameter A parameter for an operation.
 

Package org.codehaus.xfire.service.object Description

This package includes an implementation of the the org.codehaus.xfire.service package. Here you will find the necessary files to build services bound to java objects.