IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sca.jms.data
Interface JMSDataBindingXML

All Known Implementing Classes:
JMSDataBindingImplXML

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
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

outputWrappedXML

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)

IBM WebSphere Application ServerTM
Release 8