Package jfun.yan.xfire

This package provides xfire integration for Yan.

See:
          Description

Interface Summary
ScopePolicy This interface represents a scoping policy that caches servant instances created by a Factory.
ServiceDecorator A decorator that either decorates or transforms a Service object.
 

Class Summary
ApplicationScopePolicy This scope policy implements one servant instance per service.
DecoratingObjectServiceFactory This implementation uses a ServiceDecorator to decorate Service object is creates before this service object is returned.
FactoryInvoker This invoker implementation calls a Factory to create the service object and then applies a scope policy for caching.
RequestScopePolicy This scope policy implements one servant instance per request.
ScopeDeserializer The Deserializer implementation that converts String to ScopePolicy.
ServiceBean A convenience bean which creates a Service from a ServiceFactory instance.
ServiceNut The nut class that wraps up a component as a service.
SessionScopePolicy This scope policy implements one servant instance per session.
XFireLoader A loader for loading xfire aware NutsProcessor object.
XFireYanFacade Facade class to bridge Yan with Xfire.
XFireYanServlet An servlet which exposes XFire services via Yan.
YanServiceDecorator This decorator implementation uses a Yan Container object to obtain the Factory object for a given service type.
 

Package jfun.yan.xfire Description

This package provides xfire integration for Yan.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: