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) |
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) |
addWrappedHttpListener, getResolvedAddressespublic List<String> setWsContainer(HttpListener httpListener, ClassLoader classLoader, String context, String virtualHost, ServletInfo servletInfo, String realmName, String transportGuarantee, String authMethod) throws Exception
setWsContainer in interface WsRegistryExceptionpublic void clearWsContainer(String context, String virtualHost, ServletInfo servletInfo)
clearWsContainer in interface WsRegistrypublic List<String> addWsContainer(HttpListener inputListener, 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.