Package org.apache.camel.component.stax
Class StAXProcessor
java.lang.Object
org.apache.camel.component.stax.StAXProcessor
- All Implemented Interfaces:
org.apache.camel.Processor
It uses SAX content handler to handle events.
The
Exchange is expected to contain a message body, that is convertable to both a InputSource and a
XMLStreamReader to support StAX streaming.-
Constructor Summary
ConstructorsConstructorDescriptionStAXProcessor(Class<ContentHandler> contentHandlerClass) StAXProcessor(ContentHandler contentHandler) -
Method Summary
-
Constructor Details
-
StAXProcessor
-
StAXProcessor
-
-
Method Details
-
process
- Specified by:
processin interfaceorg.apache.camel.Processor- Throws:
Exception
-