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
- XMLStreamException
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.