Uses of Interface
org.eclipse.swordfish.registry.WSDLRepository

Packages that use WSDLRepository
org.eclipse.swordfish.registry   
 

Uses of WSDLRepository in org.eclipse.swordfish.registry
 

Subinterfaces of WSDLRepository in org.eclipse.swordfish.registry
 interface InMemoryRepository
           
 

Classes in org.eclipse.swordfish.registry that implement WSDLRepository
 class InMemoryRepositoryImpl
           
 

Methods in org.eclipse.swordfish.registry with parameters of type WSDLRepository
 void Router.setRepository(WSDLRepository repository)
           
 void PolicyServlet.setRepository(WSDLRepository repository)
           
 

Constructors in org.eclipse.swordfish.registry with parameters of type WSDLRepository
WSDLListHtmlResource(java.lang.String baseUrl, WSDLRepository repository)