java.lang.Object
org.apache.axis.encoding.MethodTarget
- All Implemented Interfaces:
- Target
- public class MethodTarget
- extends java.lang.Object
- implements Target
|
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 |
log
protected static org.apache.commons.logging.Log log
targetObject
private java.lang.Object targetObject
targetMethod
private java.lang.reflect.Method targetMethod
objArg
private static final java.lang.Class[] objArg
MethodTarget
public MethodTarget(java.lang.Object targetObject,
java.lang.reflect.Method targetMethod)
- Construct a target whose value is set via a method
MethodTarget
public MethodTarget(java.lang.Object targetObject,
java.lang.String methodName)
throws java.lang.NoSuchMethodException
- Construct a target whose value is set via a method
set
public void set(java.lang.Object value)
throws org.xml.sax.SAXException
- Set the target's value by invoking the targetMethod.
- Specified by:
set in interface Target