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
importServiceDefFileWithRelativeImports
public java.lang.String[] importServiceDefFileWithRelativeImports(java.lang.String wsdlURI,
java.util.HashMap<java.lang.String,java.lang.String> imports)
throws DragonFault
- Specified by:
importServiceDefFileWithRelativeImports 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
loadServiceDescsAsString
public java.util.List<java.lang.String> loadServiceDescsAsString(java.lang.String serviceId)
throws DragonFault
- Specified by:
loadServiceDescsAsString in interface WSDLManagerService
- Throws:
DragonFault
loadServiceDescs
public java.util.List<AttachedDescription> loadServiceDescs(java.lang.String serviceId)
throws DragonFault
- Specified by:
loadServiceDescs in interface WSDLManagerService
- Throws:
DragonFault
loadEndpointDescs
public java.util.List<AttachedDescription> loadEndpointDescs(java.lang.String endpointId)
throws DragonFault
- Specified by:
loadEndpointDescs in interface WSDLManagerService
- Throws:
DragonFault
loadEndpointDescsAsString
public java.util.List<java.lang.String> loadEndpointDescsAsString(java.lang.String endpointId)
throws DragonFault
- Specified by:
loadEndpointDescsAsString in interface WSDLManagerService
- Throws:
DragonFault
Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.