org.apache.axis2.databinding.metadata
Interface FieldAccessor

All Known Implementing Classes:
BeanPropertyDescriptor, FieldDesc, IndexedAccessorWrapper

public interface FieldAccessor

FieldAccessor


Method Summary
 Object getValue(Object targetObject)
           
 void setValue(Object targetObject, Object value)
           
 

Method Detail

getValue

public Object getValue(Object targetObject)
                throws Exception
Throws:
Exception

setValue

public void setValue(Object targetObject,
                     Object value)
              throws Exception
Throws:
Exception