org.apache.axis.encoding

Class MethodTarget

public class MethodTarget extends Object implements Target

Field Summary
protected static Loglog
Constructor Summary
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
Method Summary
voidset(Object value)
Set the target's value by invoking the targetMethod.

Field Detail

log

protected static Log log

Constructor Detail

MethodTarget

public MethodTarget(Object targetObject, Method targetMethod)
Construct a target whose value is set via a method

Parameters: targetObject is the object containing the value to be set targetMethod is the Method used to set the value

MethodTarget

public MethodTarget(Object targetObject, String methodName)
Construct a target whose value is set via a method

Parameters: targetObject is the object containing the value to be set methodName is the name of the Method

Method Detail

set

public void set(Object value)
Set the target's value by invoking the targetMethod.

Parameters: value is the new Object value

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.