org.eclipse.swordfish.registry
Class FileBasedWSDLManager
java.lang.Object
org.eclipse.swordfish.registry.FileBasedWSDLManager
- All Implemented Interfaces:
- WSDLResourceReader
public class FileBasedWSDLManager
- extends java.lang.Object
- implements WSDLResourceReader
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setRepository
public void setRepository(InMemoryRepository repository)
setDirectory
public void setDirectory(java.lang.String directoryName)
throws RegistryException
- Throws:
RegistryException
setWsdlCreator
public void setWsdlCreator(WSDLCreator creator)
setDirectory
public void setDirectory(java.io.File directory)
throws RegistryException
- Throws:
RegistryException
fill
public void fill()
throws RegistryException
- Throws:
RegistryException
getResource
public Resource getResource(java.lang.String id)
- Specified by:
getResource in interface WSDLResourceReader
add
public void add(java.lang.String id,
java.io.Reader reader)
throws InvalidFormatException,
java.io.IOException
- Throws:
InvalidFormatException
java.io.IOException
delete
public void delete(java.lang.String id)