Uses of Interface
org.apache.openejb.server.httpd.HttpListener

Packages that use HttpListener
org.apache.openejb.server.axis   
org.apache.openejb.server.axis2   
org.apache.openejb.server.axis2.ejb   
org.apache.openejb.server.axis2.pojo   
org.apache.openejb.server.cxf   
org.apache.openejb.server.httpd   
org.apache.openejb.server.webservices   
 

Uses of HttpListener in org.apache.openejb.server.axis
 

Classes in org.apache.openejb.server.axis that implement HttpListener
 class AxisWsContainer
           
 

Methods in org.apache.openejb.server.axis that return HttpListener
protected  HttpListener AxisService.createEjbWsContainer(URL moduleBaseUrl, PortData port, DeploymentInfo deploymentInfo)
           
protected  HttpListener AxisService.createPojoWsContainer(URL moduleBaseUrl, PortData port, String serviceId, Class target, Context context, String contextRoot)
           
 

Uses of HttpListener in org.apache.openejb.server.axis2
 

Classes in org.apache.openejb.server.axis2 that implement HttpListener
 class Axis2WsContainer
           
 

Methods in org.apache.openejb.server.axis2 that return HttpListener
protected  HttpListener Axis2Service.createEjbWsContainer(URL moduleBaseUrl, PortData port, DeploymentInfo deploymentInfo)
           
protected  HttpListener Axis2Service.createPojoWsContainer(URL moduleBaseUrl, PortData port, String serviceId, Class target, Context context, String contextRoot)
           
 

Uses of HttpListener in org.apache.openejb.server.axis2.ejb
 

Classes in org.apache.openejb.server.axis2.ejb that implement HttpListener
 class EjbWsContainer
           
 

Uses of HttpListener in org.apache.openejb.server.axis2.pojo
 

Classes in org.apache.openejb.server.axis2.pojo that implement HttpListener
 class PojoWsContainer
           
 

Uses of HttpListener in org.apache.openejb.server.cxf
 

Classes in org.apache.openejb.server.cxf that implement HttpListener
 class CxfWsContainer
           
 

Methods in org.apache.openejb.server.cxf that return HttpListener
protected  HttpListener CxfService.createEjbWsContainer(URL moduleBaseUrl, PortData port, DeploymentInfo deploymentInfo)
           
protected  HttpListener CxfService.createPojoWsContainer(URL moduleBaseUrl, PortData port, String serviceId, Class target, Context context, String contextRoot)
           
 

Uses of HttpListener in org.apache.openejb.server.httpd
 

Classes in org.apache.openejb.server.httpd that implement HttpListener
 class HttpListenerRegistry
           
 class ServerServiceAdapter
           
 

Methods in org.apache.openejb.server.httpd that return HttpListener
 HttpListener JettyHttpServer.getListener()
           
 HttpListener HttpServer.getListener()
           
 HttpListener OpenEJBHttpServer.getListener()
           
 

Methods in org.apache.openejb.server.httpd with parameters of type HttpListener
 void HttpListenerRegistry.addHttpListener(HttpListener listener, String regex)
           
 

Constructors in org.apache.openejb.server.httpd with parameters of type HttpListener
JettyHttpServer(HttpListener listener)
           
OpenEJBHttpServer(HttpListener listener)
           
 

Uses of HttpListener in org.apache.openejb.server.webservices
 

Classes in org.apache.openejb.server.webservices that implement HttpListener
 class BasicAuthHttpListenerWrapper
           
 

Methods in org.apache.openejb.server.webservices that return HttpListener
protected abstract  HttpListener WsService.createEjbWsContainer(URL moduleBaseUrl, PortData port, DeploymentInfo deploymentInfo)
           
protected abstract  HttpListener WsService.createPojoWsContainer(URL moduleBaseUrl, PortData port, String serviceId, Class target, Context context, String contextRoot)
           
 

Methods in org.apache.openejb.server.webservices with parameters of type HttpListener
 List<String> WsRegistry.addWsContainer(String path, HttpListener httpListener, String virtualHost, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader)
           
 List<String> OpenEJBHttpWsRegistry.addWsContainer(String path, HttpListener httpListener, String virtualHost, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader)
           
 List<String> WsRegistry.setWsContainer(String virtualHost, String contextRoot, String servletName, HttpListener wsContainer)
           
 List<String> OpenEJBHttpWsRegistry.setWsContainer(String virtualHost, String contextRoot, String servletName, HttpListener wsContainer)
           
 

Constructors in org.apache.openejb.server.webservices with parameters of type HttpListener
BasicAuthHttpListenerWrapper(HttpListener httpListener, String realmName)
           
WsServlet(HttpListener service)
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.