public interface XMLCloudEventData
extends io.cloudevents.CloudEventData
CloudEventData that supports direct access
to data as an XML Document| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument()
Get an XML Document representation of the
CloudEvent data.
|
static io.cloudevents.CloudEventData |
wrap(Document xmlDoc)
Wraps an XML
Document |
Document getDocument()
Document representation.static io.cloudevents.CloudEventData wrap(Document xmlDoc)
DocumentxmlDoc - DocumentXMLCloudEventDataCopyright © 2024. All rights reserved.