org.apache.openejb.server.webservices
Class OpenEJBHttpWsRegistry

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

public class OpenEJBHttpWsRegistry
extends OpenEJBHttpRegistry
implements WsRegistry


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.openejb.server.httpd.OpenEJBHttpRegistry
OpenEJBHttpRegistry.ClassLoaderHttpListener
 
Field Summary
 
Fields inherited from class org.apache.openejb.server.httpd.OpenEJBHttpRegistry
baseUris, log, registry
 
Constructor Summary
OpenEJBHttpWsRegistry()
           
 
Method Summary
 List<String> addWsContainer(String context, 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 org.apache.openejb.server.httpd.OpenEJBHttpRegistry
addWrappedHttpListener, getResolvedAddresses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 context,
                                   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 Software Foundation. All Rights Reserved.