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) |
void |
clearWsContainer(String context,
String virtualHost,
ServletInfo servletInfo) |
void |
removeWsContainer(String path) |
List<String> |
setWsContainer(HttpListener httpListener,
ClassLoader classLoader,
String context,
String virtualHost,
ServletInfo servletInfo,
String realmName,
String transportGuarantee,
String authMethod) |
List<String> setWsContainer(HttpListener httpListener, ClassLoader classLoader, String context, String virtualHost, ServletInfo servletInfo, String realmName, String transportGuarantee, String authMethod) throws Exception
Exceptionvoid clearWsContainer(String context, String virtualHost, ServletInfo servletInfo)
List<String> addWsContainer(HttpListener inputListener, ClassLoader classLoader, String context, String virtualHost, String path, String realmName, String transportGuarantee, String authMethod) throws Exception
Exceptionvoid removeWsContainer(String path)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.