JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.apache.camel.xml.out
ModelWriter
ElementSerializer
Contents
Description
Method Summary
Method Details
doWriteElement(String, T)
Hide sidebar
Show sidebar
Interface ModelWriter.ElementSerializer<
T
>
Enclosing class:
ModelWriter
public static interface
ModelWriter.ElementSerializer<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
doWriteElement
(
String
name,
T
value)
Method Details
doWriteElement
void
doWriteElement
(
String
name,
T
value)
throws
IOException
Throws:
IOException