org.apache.axis2.databinding
Class SimpleTarget

java.lang.Object
  extended byorg.apache.axis2.databinding.SimpleTarget
All Implemented Interfaces:
DeserializationTarget

public class SimpleTarget
extends Object
implements DeserializationTarget

SimpleTarget


Constructor Summary
SimpleTarget()
           
 
Method Summary
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTarget

public SimpleTarget()
Method Detail

setValue

public void setValue(Object value)
              throws Exception
Specified by:
setValue in interface DeserializationTarget
Throws:
Exception

getValue

public Object getValue()