Package org.jboss.weld.extensions.servicehandler

Allows interfaces and abstract classes to be declated as automatically implemented beans.

See:
          Description

Class Summary
ServiceHandlerBeanLifecycle<T,H> Bean lifecycle for ServiceHandler beans
ServiceHandlerExtension This extension automatically implements interfaces and abstract classes.
ServiceHandlerMethodHandler<T,H> MethodHandler that forwards calls to abstract methods to the service handler instance
 

Annotation Types Summary
ServiceHandler Meta annotation that is used to specify an invocation handler for automatically implemented bean.
 

Package org.jboss.weld.extensions.servicehandler Description

Allows interfaces and abstract classes to be declated as automatically implemented beans. Any call to an abstract method on the interface or abstract class will be forwarded to the invocation handler for processing.

If you wish to convert some non-type-safe lookup to a type-safe lookup, then service handlers may be useful for you, as they allow the end user to map a lookup to a method using domain specific annotations.

See Also:
ServiceHandler


Copyright © 2008-2010 Seam Framework. All Rights Reserved.