org.ow2.dragon.service.wsdl
Class WSDLManagerServiceImpl
java.lang.Object
org.ow2.dragon.service.wsdl.WSDLManagerServiceImpl
- All Implemented Interfaces:
- WSDLManagerService
public class WSDLManagerServiceImpl
- extends java.lang.Object
- implements WSDLManagerService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLManagerServiceImpl
public WSDLManagerServiceImpl()
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.