public class TransformationUtils extends Object
WebServiceConsumer.| Constructor and Description |
|---|
TransformationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
nodeToString(Node node) |
static Document |
stringToDocument(String xml) |
static Element |
stringToDomElement(String xml) |
static XMLStreamReader |
stringToXmlStreamReader(String xml) |
static Document |
xmlStreamReaderToDocument(XMLStreamReader xmlStreamReader) |
public static Document xmlStreamReaderToDocument(XMLStreamReader xmlStreamReader) throws WscTransformationException
WscTransformationExceptionpublic static Element stringToDomElement(String xml) throws WscTransformationException
WscTransformationExceptionpublic static Document stringToDocument(String xml) throws WscTransformationException
WscTransformationExceptionpublic static String nodeToString(Node node) throws WscTransformationException
WscTransformationExceptionpublic static XMLStreamReader stringToXmlStreamReader(String xml) throws WscTransformationException
WscTransformationExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.