org.apache.openejb.server.webservices
Class OpenEJBHttpWsRegistry

java.lang.Object
  extended by org.apache.openejb.server.webservices.OpenEJBHttpWsRegistry
All Implemented Interfaces:
WsRegistry

public class OpenEJBHttpWsRegistry
extends Object
implements WsRegistry


Field Summary
static Logger log
           
 
Constructor Summary
OpenEJBHttpWsRegistry()
           
 
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
 

Field Detail

log

public static final Logger log
Constructor Detail

OpenEJBHttpWsRegistry

public OpenEJBHttpWsRegistry()
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.