org.apache.openejb.server.webservices
Class OpenEJBHttpWsRegistry
java.lang.Object
org.apache.openejb.server.webservices.OpenEJBHttpWsRegistry
- All Implemented Interfaces:
- WsRegistry
public class OpenEJBHttpWsRegistry
- extends Object
- implements WsRegistry
Method Summary |
List<String> |
addWsContainer(String path,
HttpListener httpListener,
String virtualHost,
String realmName,
String transportGuarantee,
String authMethod,
ClassLoader classLoader)
|
void |
clearWsContainer(String virtualHost,
String contextRoot,
String servletName)
|
void |
removeWsContainer(String path)
|
List<String> |
setWsContainer(String virtualHost,
String contextRoot,
String servletName,
HttpListener wsContainer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final Logger log
OpenEJBHttpWsRegistry
public OpenEJBHttpWsRegistry()
setWsContainer
public List<String> setWsContainer(String virtualHost,
String contextRoot,
String servletName,
HttpListener wsContainer)
throws Exception
- Specified by:
setWsContainer
in interface WsRegistry
- Throws:
Exception
clearWsContainer
public void clearWsContainer(String virtualHost,
String contextRoot,
String servletName)
- Specified by:
clearWsContainer
in interface WsRegistry
addWsContainer
public List<String> addWsContainer(String path,
HttpListener httpListener,
String virtualHost,
String realmName,
String transportGuarantee,
String authMethod,
ClassLoader classLoader)
throws Exception
- Specified by:
addWsContainer
in interface WsRegistry
- Throws:
Exception
removeWsContainer
public void removeWsContainer(String path)
- Specified by:
removeWsContainer
in interface WsRegistry
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.