org.jboss.axis.encoding
Class FieldTarget

java.lang.Object
  extended by org.jboss.axis.encoding.FieldTarget
All Implemented Interfaces:
Target

public class FieldTarget
extends Object
implements Target


Constructor Summary
FieldTarget(Object targetObject, Field targetField)
           
FieldTarget(Object targetObject, String fieldName)
           
 
Method Summary
 void set(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldTarget

public FieldTarget(Object targetObject,
                   Field targetField)

FieldTarget

public FieldTarget(Object targetObject,
                   String fieldName)
            throws NoSuchFieldException
Throws:
NoSuchFieldException
Method Detail

set

public void set(Object value)
         throws SAXException
Specified by:
set in interface Target
Throws:
SAXException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.