public class EntityCreator extends Object
Constructor and Description |
---|
EntityCreator() |
Modifier and Type | Method and Description |
---|---|
static Object |
buildFromDoc(String fileName,
String thePackage) |
static Object |
buildFromString(String source,
String thePackage) |
static void |
outputEntity(Object obj,
String thePackage) |
public static Object buildFromDoc(String fileName, String thePackage) throws JAXBException, IOException
JAXBException
IOException
public static Object buildFromString(String source, String thePackage) throws JAXBException, IOException
JAXBException
IOException
public static void outputEntity(Object obj, String thePackage) throws JAXBException
JAXBException
Copyright © 2018 JBoss by Red Hat. All rights reserved.