org.apache.tuscany.sca.databinding.xml
Interface BeanXMLStreamReaderImpl.Accessor

Enclosing class:
BeanXMLStreamReaderImpl

public static interface BeanXMLStreamReaderImpl.Accessor


Method Summary
 java.lang.String getName()
           
 java.lang.Class<?> getType()
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 

Method Detail

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