org.apache.camel.converter.jaxp
Class StaxConverter
java.lang.Object
org.apache.camel.converter.jaxp.StaxConverter
public class StaxConverter
- extends Object
A converter of StAX objects
- Version:
- $Revision: 382 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaxConverter
public StaxConverter()
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(OutputStream out)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(Writer writer)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(Result result)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(OutputStream outputStream)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(Writer writer)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(Result result)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(InputStream in)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(Reader in)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(Source in)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(InputStream in)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(Reader in)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(XMLStreamReader in)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(Source in)
throws XMLStreamException
- Throws:
XMLStreamException
getInputFactory
public XMLInputFactory getInputFactory()
setInputFactory
public void setInputFactory(XMLInputFactory inputFactory)
getOutputFactory
public XMLOutputFactory getOutputFactory()
setOutputFactory
public void setOutputFactory(XMLOutputFactory outputFactory)
Copyright © 2010 IONA Open Source Community. All Rights Reserved.