com.ibm.websphere.sca.jms.data

Interface JMSDataBindingXML

All known implementing classes:
JMSDataBindingImplXML

  1. public interface JMSDataBindingXML
A DataBinding represents the mapping between a native data format and an SDO DataObject, and vice-versa.

This interface provides methods to control how doc-literal messages will be treated by the runtime. A JMSDataBinding can implement this interface if the native data of a doc-literal message can be wrapped.


Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. boolean
outputWrappedXML()
Used by the runtime to determine whether a doc-lit wrapped input type should be unwrapped before passing it to the data binding, and whether to doc-lit wrap the output type.

Field Detail

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

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

outputWrappedXML

  1. boolean outputWrappedXML()
Used by the runtime to determine whether a doc-lit wrapped input type should be unwrapped before passing it to the data binding, and whether to doc-lit wrap the output type.
Returns:
A boolean specifying either wrapped XML or unwrapped XML (false implies unwrapped)