public class CopyUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static SOAPEnvelope |
copy(SOAPEnvelope sourceEnv)
Creates a copy of the source envelope.
|
static void |
reader2writer(javax.xml.stream.XMLStreamReader reader,
javax.xml.stream.XMLStreamWriter writer)
Simple utility that takes an XMLStreamReader and writes it
to an XMLStreamWriter
|
public static SOAPEnvelope copy(SOAPEnvelope sourceEnv)
sourceEnv - public static void reader2writer(javax.xml.stream.XMLStreamReader reader,
javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
reader - writer - javax.xml.stream.XMLStreamExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.