org.apache.camel.converter.jaxp
Class StaxConverter

java.lang.Object
  extended by org.apache.camel.converter.jaxp.StaxConverter

public class StaxConverter
extends Object

A converter of StAX objects

Version:
$Revision: 36321 $

Constructor Summary
StaxConverter()
           
 
Method Summary
 javax.xml.stream.XMLEventReader createXMLEventReader(InputStream in)
           
 javax.xml.stream.XMLEventReader createXMLEventReader(Reader in)
           
 javax.xml.stream.XMLEventReader createXMLEventReader(Source in)
           
 javax.xml.stream.XMLEventReader createXMLEventReader(javax.xml.stream.XMLStreamReader in)
           
 javax.xml.stream.XMLEventWriter createXMLEventWriter(OutputStream out)
           
 javax.xml.stream.XMLEventWriter createXMLEventWriter(Result result)
           
 javax.xml.stream.XMLEventWriter createXMLEventWriter(Writer writer)
           
 javax.xml.stream.XMLStreamReader createXMLStreamReader(InputStream in)
           
 javax.xml.stream.XMLStreamReader createXMLStreamReader(Reader in)
           
 javax.xml.stream.XMLStreamReader createXMLStreamReader(Source in)
           
 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(OutputStream outputStream)
           
 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(Result result)
           
 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(Writer writer)
           
 javax.xml.stream.XMLInputFactory getInputFactory()
           
 javax.xml.stream.XMLOutputFactory getOutputFactory()
           
 void setInputFactory(javax.xml.stream.XMLInputFactory inputFactory)
           
 void setOutputFactory(javax.xml.stream.XMLOutputFactory outputFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaxConverter

public StaxConverter()
Method Detail

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.