public class TomcatWsRegistry extends Object implements WsRegistry
| Constructor and Description |
|---|
TomcatWsRegistry() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
addWsContainer(HttpListener httpListener,
ClassLoader classLoader,
String context,
String virtualHost,
String path,
String realmName,
String transportGuarantee,
String authMethod) |
void |
clearWsContainer(String contextRoot,
String virtualHost,
ServletInfo servletInfo) |
void |
removeWsContainer(String path) |
List<String> |
setWsContainer(HttpListener httpListener,
ClassLoader classLoader,
String contextRoot,
String virtualHost,
ServletInfo servletInfo,
String realmName,
String transportGuarantee,
String authMethod) |
public List<String> setWsContainer(HttpListener httpListener, ClassLoader classLoader, String contextRoot, String virtualHost, ServletInfo servletInfo, String realmName, String transportGuarantee, String authMethod) throws Exception
setWsContainer in interface WsRegistryExceptionpublic void clearWsContainer(String contextRoot, String virtualHost, ServletInfo servletInfo)
clearWsContainer in interface WsRegistrypublic List<String> addWsContainer(HttpListener httpListener, ClassLoader classLoader, String context, String virtualHost, String path, String realmName, String transportGuarantee, String authMethod) throws Exception
addWsContainer in interface WsRegistryExceptionpublic void removeWsContainer(String path)
removeWsContainer in interface WsRegistryCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.