public class JAXBDocument
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JAXBDocument.Product
Product provides an example of a class with JAXB annotations.
|
Constructor and Description |
---|
JAXBDocument() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static void |
run(Util.ExampleProperties props) |
static void |
runShortcut(Util.ExampleProperties props) |
static void |
runStrongTyped(Util.ExampleProperties props) |
public static void main(java.lang.String[] args) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static void run(Util.ExampleProperties props) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static void runShortcut(Util.ExampleProperties props) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static void runStrongTyped(Util.ExampleProperties props) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
Copyright © 2013-2018 MarkLogic Corporation.