Package org.jboss.seam.solder.servicehandler

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

See:
          Description

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

Package org.jboss.seam.solder.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.