org.apache.openejb.server.webservices
Interface WsRegistry
- All Known Implementing Classes:
- OpenEJBHttpWsRegistry
public interface WsRegistry
Method Summary |
List<String> |
addWsContainer(String path,
HttpListener httpListener,
String virtualHost,
String realmName,
String transportGuarantee,
String authMethod,
ClassLoader classLoader)
|
void |
clearWsContainer(String virtualHost,
String contextRoot,
String servletName)
|
void |
removeWsContainer(String path)
|
List<String> |
setWsContainer(String virtualHost,
String contextRoot,
String servletName,
HttpListener wsContainer)
|
setWsContainer
List<String> setWsContainer(String virtualHost,
String contextRoot,
String servletName,
HttpListener wsContainer)
throws Exception
- Throws:
Exception
clearWsContainer
void clearWsContainer(String virtualHost,
String contextRoot,
String servletName)
addWsContainer
List<String> addWsContainer(String path,
HttpListener httpListener,
String virtualHost,
String realmName,
String transportGuarantee,
String authMethod,
ClassLoader classLoader)
throws Exception
- Throws:
Exception
removeWsContainer
void removeWsContainer(String path)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.