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
Exception
public static <T> void marshall(OutputStream outputStream, XmlRootHandle<T> root) throws IOException
IOException
Copyright © 2009–2023 Oracle Corporation. All rights reserved.