|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Object |
callMethod(Object targetObject)
Executes a method call on the targetObject using reflection with the method name and the accumulated arguments to identify the method. |
String |
getReturnedObjectClass()
Returns the class type for the object returned from callmethod. |
Methods inherited from interface org.yasl.xmlobjects.ArgAccumulator |
addArgument |
Methods inherited from interface org.yasl.xmlobjects.KeyedObject |
getKey |
Methods inherited from interface org.yasl.xmlobjects.KeyTypeAccessor |
getKeyType |
Method Detail |
public Object callMethod(Object targetObject) throws MethodCallException
targetObject
- Object
MethodCallException
public String getReturnedObjectClass()
If no object is returned, this method will return null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |