com.ibm.websphere.bo

Interface BOTypeMetadata


  1. public interface BOTypeMetadata
The BOTypeMetadata interface represents the client programming model interface for the BOTypeMetadata service. The BOTypeMetadata service provides the ability to transform an annotation String into a Business Object and a Business Object back to an annotation String.


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. commonj.sdo.DataObject
transformAnnotationToDataObject(java.lang.String annotationString)
Returns the Business Object deserialized from the value of the annotation.
  1. java.lang.String
transformDataObjectToAnnotation(commonj.sdo.DataObject dataObject)
Serializes the DataObject into an XML Schema annotation value and retuns the annotation as a string.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

transformAnnotationToDataObject

  1. commonj.sdo.DataObject transformAnnotationToDataObject( java.lang.String annotationString)
  2. 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

  1. java.lang.String transformDataObjectToAnnotation( commonj.sdo.DataObject dataObject)
  2. 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