org.apache.juddi.jaxb
Class EntityCreator

java.lang.Object
  extended by org.apache.juddi.jaxb.EntityCreator

public class EntityCreator
extends Object


Constructor Summary
EntityCreator()
           
 
Method Summary
static Object buildFromDoc(String fileName, String thePackage)
           
static Object buildFromString(String source, String thePackage)
           
static void outputEntity(Object obj, String thePackage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityCreator

public EntityCreator()
Method Detail

buildFromDoc

public static Object buildFromDoc(String fileName,
                                  String thePackage)
                           throws javax.xml.bind.JAXBException,
                                  IOException
Throws:
javax.xml.bind.JAXBException
IOException

buildFromString

public static Object buildFromString(String source,
                                     String thePackage)
                              throws javax.xml.bind.JAXBException,
                                     IOException
Throws:
javax.xml.bind.JAXBException
IOException

outputEntity

public static void outputEntity(Object obj,
                                String thePackage)
                         throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.