|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.encoding.MethodTarget
Constructor Summary | |
MethodTarget(java.lang.Object targetObject,
java.lang.reflect.Method targetMethod)
Construct a target whose value is set via a method |
|
MethodTarget(java.lang.Object targetObject,
java.lang.String methodName)
Construct a target whose value is set via a method |
Method Summary | |
void |
set(java.lang.Object value)
Set the target's value by invoking the targetMethod. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MethodTarget(java.lang.Object targetObject, java.lang.reflect.Method targetMethod)
targetObject
- is the object containing the value to be settargetMethod
- is the Method used to set the valuepublic MethodTarget(java.lang.Object targetObject, java.lang.String methodName) throws java.lang.NoSuchMethodException
targetObject
- is the object containing the value to be setmethodName
- is the name of the MethodMethod Detail |
public void set(java.lang.Object value) throws org.xml.sax.SAXException
set
in interface Target (src)
value
- is the new Object value
org.xml.sax.SAXException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |