org.ow2.dragon.service.wsdl
Class WSDLManagerServiceImpl

java.lang.Object
  extended by org.ow2.dragon.service.wsdl.WSDLManagerServiceImpl
All Implemented Interfaces:
WSDLManagerService

public class WSDLManagerServiceImpl
extends java.lang.Object
implements WSDLManagerService


Constructor Summary
WSDLManagerServiceImpl()
           
 
Method Summary
 org.ow2.dragon.api.service.wsdl.WSDLManager getManager()
           
 java.lang.String[] importServiceDefFile(AttachedDescription attachedDescription)
           
 java.lang.String[] importServiceDefFile(java.lang.String wsdlURI)
           
 AttachedDescription loadServiceDesc(java.lang.String serviceId)
           
 java.lang.String loadServiceDescAsString(java.lang.String serviceId)
           
 void setManager(org.ow2.dragon.api.service.wsdl.WSDLManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLManagerServiceImpl

public WSDLManagerServiceImpl()
Method Detail

getManager

public org.ow2.dragon.api.service.wsdl.WSDLManager getManager()

importServiceDefFile

public java.lang.String[] importServiceDefFile(java.lang.String wsdlURI)
                                        throws DragonFault
Specified by:
importServiceDefFile in interface WSDLManagerService
Throws:
DragonFault

setManager

public void setManager(org.ow2.dragon.api.service.wsdl.WSDLManager manager)

importServiceDefFile

public java.lang.String[] importServiceDefFile(AttachedDescription attachedDescription)
                                        throws DragonFault
Specified by:
importServiceDefFile in interface WSDLManagerService
Throws:
DragonFault

loadServiceDescAsString

public java.lang.String loadServiceDescAsString(java.lang.String serviceId)
                                         throws DragonFault
Specified by:
loadServiceDescAsString in interface WSDLManagerService
Throws:
DragonFault

loadServiceDesc

public AttachedDescription loadServiceDesc(java.lang.String serviceId)
                                    throws DragonFault
Specified by:
loadServiceDesc in interface WSDLManagerService
Throws:
DragonFault


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.