public static interface XMLMessage.MessageDataSource
Message
as a DataSource
.
A Message
implementation will implement this if the
messages is to be access as data source.
TODO: consider putting as part of the API.
Modifier and Type | Method and Description |
---|---|
DataSource |
getDataSource()
Get the data source.
|
boolean |
hasUnconsumedDataSource()
Check if the data source has been consumed.
|
boolean hasUnconsumedDataSource()
DataSource getDataSource()
Copyright © 2015 Oracle Corporation. All rights reserved.