com.ibm.websphere.bo
Interface BOTypeMetadata
- public interface BOTypeMetadata
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
transformAnnotationToDataObject(java.lang.String annotationString)
Returns the Business Object deserialized from the value of the
annotation.
|
|
transformDataObjectToAnnotation(commonj.sdo.DataObject dataObject)
Serializes the DataObject into an XML Schema annotation value and retuns
the annotation as a string.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
transformAnnotationToDataObject
- commonj.sdo.DataObject transformAnnotationToDataObject( java.lang.String annotationString)
- throws java.io.IOException
Returns the Business Object deserialized from the value of the
annotation.
Parameters:
annotationString
- The annotation String Returns:
The Business Object
Throws:
java.io.IOException
transformDataObjectToAnnotation
- java.lang.String transformDataObjectToAnnotation( commonj.sdo.DataObject dataObject)
- throws java.io.IOException
Serializes the DataObject into an XML Schema annotation value and retuns
the annotation as a string.
Parameters:
dataObject
- The Business Object Returns:
The annotation string
Throws:
java.io.IOException