| Modifier and Type | Field and Description |
|---|---|
static String |
JUDDIv3_Package |
static String |
UDDIv3_Package |
| Constructor and Description |
|---|
EntityCreator() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
buildFromDoc(String fileName,
String thePackage)
Builds UDDI data from a document, URL, file, etc
|
static Object |
buildFromString(String source,
String thePackage)
converts a XML in a String to a UDDI entity
|
static void |
outputEntity(Object obj,
String thePackage)
Deprecated.
|
public static final String UDDIv3_Package
public static final String JUDDIv3_Package
public static Object buildFromDoc(String fileName, String thePackage) throws JAXBException, IOException
fileName - thePackage - JAXBExceptionIOExceptionpublic static Object buildFromString(String source, String thePackage) throws JAXBException, IOException
source - thePackage - JAXBExceptionIOException@Deprecated public static void outputEntity(Object obj, String thePackage) throws JAXBException
obj - thePackage - JAXBExceptionCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.