public class SoapUtils extends Object
Constructor and Description |
---|
SoapUtils() |
Modifier and Type | Method and Description |
---|---|
static XMLStreamReader |
getXMLStreamReader(Reader reader)
Get the XML stream reader.
|
static XMLStreamWriter |
getXMLStreamWriter(Writer writer)
Get the XML stream writer.
|
public static XMLStreamReader getXMLStreamReader(Reader reader) throws XMLStreamException
reader
- The input reader.XMLStreamException
- For errors obtaining an XML stream reader.public static XMLStreamWriter getXMLStreamWriter(Writer writer) throws XMLStreamException
writer
- The output writer.XMLStreamException
- For errors obtaining an XML stream writer.Copyright © 2016 JBoss by Red Hat. All rights reserved.