2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.databinding.xml
Interface BeanXMLStreamReaderImpl.Accessor
- Enclosing class:
- BeanXMLStreamReaderImpl
public static interface BeanXMLStreamReaderImpl.Accessor
getName
java.lang.String getName()
getType
java.lang.Class<?> getType()
getValue
java.lang.Object getValue()
throws java.lang.Exception
- Throws:
java.lang.Exception
setValue
void setValue(java.lang.Object value)
throws java.lang.Exception
- Throws:
java.lang.Exception