Package deltix.qsrv.hf.pub.md
Class UHFJAXBContext
- java.lang.Object
-
- deltix.qsrv.hf.pub.md.UHFJAXBContext
-
@Depends("../jaxb.index") public class UHFJAXBContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static javax.xml.bind.JAXBContextINSTANCEstatic java.lang.StringPACKAGE_PATH
-
Constructor Summary
Constructors Constructor Description UHFJAXBContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.xml.bind.MarshallercreateMarshaller()static javax.xml.bind.UnmarshallercreateUnmarshaller()
-
-
-
Field Detail
-
PACKAGE_PATH
public static final java.lang.String PACKAGE_PATH
- See Also:
- Constant Field Values
-
INSTANCE
public static final javax.xml.bind.JAXBContext INSTANCE
-
-
Method Detail
-
createUnmarshaller
public static javax.xml.bind.Unmarshaller createUnmarshaller() throws javax.xml.bind.JAXBException- Throws:
javax.xml.bind.JAXBException
-
createMarshaller
public static javax.xml.bind.Marshaller createMarshaller() throws javax.xml.bind.JAXBException- Throws:
javax.xml.bind.JAXBException
-
-