org.ow2.dragon.service.uddi.v3.util
Class UDDIObjectFactory

java.lang.Object
  extended by org.ow2.dragon.service.uddi.v3.util.UDDIObjectFactory

public class UDDIObjectFactory
extends java.lang.Object

Author:
ofabre

Method Summary
 SaveTModel convertStreamSource2SaveTModel(javax.xml.transform.Source xmlStream)
          Build the Java UDDI objects from XML documents.
static UDDIObjectFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertStreamSource2SaveTModel

public SaveTModel convertStreamSource2SaveTModel(javax.xml.transform.Source xmlStream)
                                          throws java.lang.Exception
Build the Java UDDI objects from XML documents.

Parameters:
fileStream - XML documents including uddi save tmodel request
Returns:
The root object of the dataset
Throws:
java.lang.Exception - The exception raised during the unmarshaller creation or the exception raised during the build of the java bindings.

getInstance

public static UDDIObjectFactory getInstance()
                                     throws org.ow2.dragon.api.service.dataloader.DataLoaderException
Throws:
org.ow2.dragon.api.service.dataloader.DataLoaderException


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.