public class XmlStreamImpl extends Object
| Constructor and Description |
|---|
XmlStreamImpl() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
marshall(OutputStream outputStream,
XmlRootHandle<T> root) |
static <T> T |
parseRoot(XmlServiceImpl xmlService,
Model rootModel,
XMLStreamReader reader,
Unmarshaller.Listener listener) |
public static <T> T parseRoot(XmlServiceImpl xmlService, Model rootModel, XMLStreamReader reader, Unmarshaller.Listener listener) throws Exception
Exceptionpublic static <T> void marshall(OutputStream outputStream, XmlRootHandle<T> root) throws IOException
IOExceptionCopyright © 2009-2016 Oracle Corporation. All Rights Reserved.