public interface WsRegistry
| Modifier and Type | Method and Description |
|---|---|
List<String> |
addWsContainer(HttpListener inputListener,
ClassLoader classLoader,
String context,
String virtualHost,
String path,
String realmName,
String transportGuarantee,
String authMethod,
String moduleId) |
void |
clearWsContainer(String context,
String virtualHost,
ServletInfo servletInfo,
String moduleId) |
void |
removeWsContainer(String path,
String moduleId) |
List<String> |
setWsContainer(HttpListener httpListener,
ClassLoader classLoader,
String context,
String virtualHost,
ServletInfo servletInfo,
String realmName,
String transportGuarantee,
String authMethod,
String moduleId) |
List<String> setWsContainer(HttpListener httpListener, ClassLoader classLoader, String context, String virtualHost, ServletInfo servletInfo, String realmName, String transportGuarantee, String authMethod, String moduleId) throws Exception
Exceptionvoid clearWsContainer(String context, String virtualHost, ServletInfo servletInfo, String moduleId)
List<String> addWsContainer(HttpListener inputListener, ClassLoader classLoader, String context, String virtualHost, String path, String realmName, String transportGuarantee, String authMethod, String moduleId) throws Exception
ExceptionCopyright © 1999–2019 The Apache Software Foundation. All rights reserved.