org.apache.axis2.databinding.metadata
Class IndexedAccessorWrapper
java.lang.Object
org.apache.axis2.databinding.metadata.IndexedAccessorWrapper
- All Implemented Interfaces:
- FieldAccessor
- public class IndexedAccessorWrapper
- extends Object
- implements FieldAccessor
IndexedAccessorWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexedAccessorWrapper
public IndexedAccessorWrapper(IndexedFieldAccessor accessor,
int index)
getValue
public Object getValue(Object targetObject)
throws Exception
- Specified by:
getValue
in interface FieldAccessor
- Throws:
Exception
setValue
public void setValue(Object targetObject,
Object value)
throws Exception
- Specified by:
setValue
in interface FieldAccessor
- Throws:
Exception