Interface CustomEventDefinitionXmlWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Hook for serializing a
CustomBpmnEventDefinition back to XML — the
write-side counterpart to BaseChildElementParser on the read
side. A custom EventDefinition requires one parser (read) and one writer (write) to round-trip
through BpmnXMLConverter. The writer is invoked inside an already-opened
<extensionElements> wrapper.-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(Event parentEvent, EventDefinition eventDefinition, XMLStreamWriter xtw)
-
Method Details
-
write
void write(Event parentEvent, EventDefinition eventDefinition, XMLStreamWriter xtw) throws Exception - Throws:
Exception
-