Package org.apache.camel.component.stax
Class StAXBuilder
java.lang.Object
org.apache.camel.component.stax.StAXBuilder
Builder for StAX support.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> org.apache.camel.ExpressionCreates aStAXJAXBIteratorExpression.static <T> org.apache.camel.ExpressionCreates aStAXJAXBIteratorExpression.static <T> org.apache.camel.ExpressionCreates aStAXJAXBIteratorExpression.static <T> org.apache.camel.ExpressionCreates aStAXJAXBIteratorExpression.
-
Method Details
-
stax
Creates aStAXJAXBIteratorExpression.- Parameters:
clazz- the class which has JAXB annotations to bind POJO.
-
stax
Creates aStAXJAXBIteratorExpression.- Parameters:
clazzName- the FQN name of the class which has JAXB annotations to bind POJO.
-
stax
Creates aStAXJAXBIteratorExpression.- Parameters:
clazz- the class which has JAXB annotations to bind POJO.isNamespaceAware- sets the namespace awareness of the xml reader
-
stax
Creates aStAXJAXBIteratorExpression.- Parameters:
clazzName- the FQN name of the class which has JAXB annotations to bind POJO.isNamespaceAware- sets the namespace awareness of the xml reader
-