|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReturnTypeHandler
Return type handlers return objects that implement the specified class.
Method Summary | |
---|---|
Object |
handle(Class<?> clazz,
Skeleton parent)
This method is called when a method call handler has not been registered and an object of a specific type needs to be returned. |
Method Detail |
---|
Object handle(Class<?> clazz, Skeleton parent) throws Exception
clazz
- the class to create an object forparent
- the skeleton requesting the class.
Exception
- if a failure occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |