com.ibm.websphere.sca.jms.data
Interface JMSDataBindingXML
All known implementing classes:
- 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.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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:
$sccsid
- static final java.lang.String $sccsid
See Also:
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)