|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataBinding
DataBinding represents a data representation, for example, SDO, JAXB and AXIOM
Method Summary | |
---|---|
String |
getName()
The name of a databinding should be case-insensitive and unique |
WrapperHandler |
getWrapperHandler()
Provide a WrapperHandler for this databinding |
DataType |
introspect(Class<?> javaType)
Introspect a java class or interface to create a DataType model |
DataType |
introspect(Object value)
Introspect the data to figure out the corresponding data type |
Method Detail |
---|
String getName()
DataType introspect(Class<?> javaType)
javaType
- The java class or interface to be introspected
DataType introspect(Object value)
value
- The object to be checked
WrapperHandler getWrapperHandler()
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |