public interface JMSDataBindingXML
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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
boolean outputWrappedXML()