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(XMLStreamReader reader,
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(XMLStreamReader reader, XMLStreamWriter writer) throws XMLStreamException
reader - writer - XMLStreamExceptionCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.