Package com.sun.xml.ws.encoding.xml
Interface XMLMessage.MessageDataSource
- All Known Implementing Classes:
XMLMessage.UnknownContent,XMLMessage.XMLMultiPart
- Enclosing class:
- XMLMessage
public static interface XMLMessage.MessageDataSource
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.activation.DataSourceGet the data source.booleanCheck if the data source has been consumed.
-
Method Details
-
hasUnconsumedDataSource
boolean hasUnconsumedDataSource()Check if the data source has been consumed.- Returns:
- true of the data source has been consumed, otherwise false.
-
getDataSource
jakarta.activation.DataSource getDataSource()Get the data source.- Returns:
- the data source.
-