org.ow2.dragon.service.wsdl
Interface WSDLManagerService

All Known Implementing Classes:
WSDLManagerServiceImpl

public interface WSDLManagerService


Method Summary
 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)
           
 

Method Detail

importServiceDefFile

java.lang.String[] importServiceDefFile(java.lang.String wsdlURI)
                                        throws DragonFault
Throws:
DragonFault

importServiceDefFile

java.lang.String[] importServiceDefFile(AttachedDescription attachedDescription)
                                        throws DragonFault
Throws:
DragonFault

loadServiceDescAsString

java.lang.String loadServiceDescAsString(java.lang.String serviceId)
                                         throws DragonFault
Throws:
DragonFault

loadServiceDesc

AttachedDescription loadServiceDesc(java.lang.String serviceId)
                                    throws DragonFault
Throws:
DragonFault


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.