Package org.glassfish.hk2.xml.internal
Class XmlStreamImpl
java.lang.Object
org.glassfish.hk2.xml.internal.XmlStreamImpl
- Author:
- jwells
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidmarshall(OutputStream outputStream, XmlRootHandle<T> root) static <T> TparseRoot(XmlServiceImpl xmlService, Model rootModel, XMLStreamReader reader, jakarta.xml.bind.Unmarshaller.Listener listener)
-
Constructor Details
-
XmlStreamImpl
public XmlStreamImpl()
-
-
Method Details
-
parseRoot
public static <T> T parseRoot(XmlServiceImpl xmlService, Model rootModel, XMLStreamReader reader, jakarta.xml.bind.Unmarshaller.Listener listener) throws Exception - Throws:
Exception
-
marshall
public static <T> void marshall(OutputStream outputStream, XmlRootHandle<T> root) throws IOException - Throws:
IOException
-