public class OpenEJBHttpWsRegistry extends OpenEJBHttpRegistry implements WsRegistry
OpenEJBHttpRegistry.ClassLoaderHttpListenerbaseUris, log, registry| Constructor and Description |
|---|
OpenEJBHttpWsRegistry() |
| 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) |
addWrappedHttpListener, getResolvedAddressespublic List<String> setWsContainer(HttpListener httpListener, ClassLoader classLoader, String context, String virtualHost, ServletInfo servletInfo, String realmName, String transportGuarantee, String authMethod, String moduleId) throws Exception
setWsContainer in interface WsRegistryExceptionpublic void clearWsContainer(String context, String virtualHost, ServletInfo servletInfo, String moduleId)
clearWsContainer in interface WsRegistrypublic List<String> addWsContainer(HttpListener inputListener, ClassLoader classLoader, String context, String virtualHost, String path, String realmName, String transportGuarantee, String authMethod, String moduleId) throws Exception
addWsContainer in interface WsRegistryExceptionpublic void removeWsContainer(String path, String moduleId)
removeWsContainer in interface WsRegistryCopyright © 1999–2019 The Apache Software Foundation. All rights reserved.