See: Description
Class | Description |
---|---|
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 Type | Description |
---|---|
ServiceHandlerType |
Meta annotation that is used to specify an invocation handler for
automatically implemented bean.
|
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.
ServiceHandlerType
Copyright © 2008–2013 Seam Framework. All rights reserved.