org.apache.axis.encoding
Class MethodTarget

java.lang.Object
  |
  +--org.apache.axis.encoding.MethodTarget
All Implemented Interfaces:
Target

public class MethodTarget
extends java.lang.Object
implements Target


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
MethodTarget(java.lang.Object targetObject, java.lang.String methodName)
           
 
Method Summary
 void set(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

MethodTarget

public MethodTarget(java.lang.Object targetObject,
                    java.lang.String methodName)
             throws java.lang.NoSuchMethodException
Method Detail

set

public void set(java.lang.Object value)
         throws org.xml.sax.SAXException
Specified by:
set in interface Target


Copyright © 2002 Apache XML Project. All Rights Reserved.