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: 36321 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaxConverter
public StaxConverter()
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(OutputStream out)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(Writer writer)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(Result result)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(OutputStream outputStream)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(Writer writer)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(Result result)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamReader
public javax.xml.stream.XMLStreamReader createXMLStreamReader(InputStream in)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamReader
public javax.xml.stream.XMLStreamReader createXMLStreamReader(Reader in)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamReader
public javax.xml.stream.XMLStreamReader createXMLStreamReader(Source in)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(InputStream in)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(Reader in)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(javax.xml.stream.XMLStreamReader in)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(Source in)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
getInputFactory
public javax.xml.stream.XMLInputFactory getInputFactory()
setInputFactory
public void setInputFactory(javax.xml.stream.XMLInputFactory inputFactory)
getOutputFactory
public javax.xml.stream.XMLOutputFactory getOutputFactory()
setOutputFactory
public void setOutputFactory(javax.xml.stream.XMLOutputFactory outputFactory)
Copyright © 2008 IONA Open Source Community. All Rights Reserved.