org.apache.axis.encoding
Class MethodTarget
java.lang.Objectorg.apache.axis.encoding.MethodTarget
- Target
public class MethodTarget
extends java.lang.Object
MethodTarget(Object targetObject, Method targetMethod)- Construct a target whose value is set via a method
|
MethodTarget(Object targetObject, String methodName)- Construct a target whose value is set via a method
|
void | set(Object value)- Set the target's value by invoking the targetMethod.
|
log
protected static Log log
MethodTarget
public MethodTarget(Object targetObject,
Method targetMethod) Construct a target whose value is set via a method
targetObject - is the object containing the value to be settargetMethod - is the Method used to set the value
MethodTarget
public MethodTarget(Object targetObject,
String methodName)
throws NoSuchMethodException Construct a target whose value is set via a method
targetObject - is the object containing the value to be setmethodName - is the name of the Method
set
public void set(Object value)
throws SAXException Set the target's value by invoking the targetMethod.
- set in interface Target
value - is the new Object value
Copyright © 2005 Apache Web Services Project. All Rights Reserved.