|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.jsba.JSBAMethodInvoker
public abstract class JSBAMethodInvoker
Constructor Summary | |
---|---|
JSBAMethodInvoker()
|
Method Summary | |
---|---|
abstract java.lang.String |
invoke(java.lang.Object o,
java.lang.Object[] objects)
Invokes a JSBA getter method and converts the result of the invocation to a String representation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSBAMethodInvoker()
Method Detail |
---|
public abstract java.lang.String invoke(java.lang.Object o, java.lang.Object[] objects) throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
o
- The object on which a JSBA getter method is to be invokedobjects
- Parameters to be passed to the getter method, should be null
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |