Uses of Interface
org.apache.geronimo.webservices.WebServiceContainer

Packages that use WebServiceContainer
org.apache.geronimo.axis.server   
org.apache.geronimo.axis2   
org.apache.geronimo.axis2.ejb   
org.apache.geronimo.axis2.pojo   
org.apache.geronimo.cxf   
org.apache.geronimo.cxf.pojo   
org.apache.geronimo.jetty6   
org.apache.geronimo.tomcat   
org.apache.geronimo.webservices   
 

Uses of WebServiceContainer in org.apache.geronimo.axis.server
 

Classes in org.apache.geronimo.axis.server that implement WebServiceContainer
 class AxisWebServiceContainer
           
 

Uses of WebServiceContainer in org.apache.geronimo.axis2
 

Classes in org.apache.geronimo.axis2 that implement WebServiceContainer
 class Axis2WebServiceContainer
           
 

Uses of WebServiceContainer in org.apache.geronimo.axis2.ejb
 

Classes in org.apache.geronimo.axis2.ejb that implement WebServiceContainer
 class EJBWebServiceContainer
           
 

Uses of WebServiceContainer in org.apache.geronimo.axis2.pojo
 

Classes in org.apache.geronimo.axis2.pojo that implement WebServiceContainer
 class POJOWebServiceContainer
           
 

Methods in org.apache.geronimo.axis2.pojo that return WebServiceContainer
 WebServiceContainer POJOWebServiceContainerFactoryGBean.getWebServiceContainer()
           
 

Uses of WebServiceContainer in org.apache.geronimo.cxf
 

Classes in org.apache.geronimo.cxf that implement WebServiceContainer
 class CXFWebServiceContainer
           
 

Uses of WebServiceContainer in org.apache.geronimo.cxf.pojo
 

Methods in org.apache.geronimo.cxf.pojo that return WebServiceContainer
 WebServiceContainer POJOWebServiceContainerFactoryGBean.getWebServiceContainer()
           
 

Uses of WebServiceContainer in org.apache.geronimo.jetty6
 

Methods in org.apache.geronimo.jetty6 with parameters of type WebServiceContainer
 void JettyContainerImpl.addWebService(String contextPath, String[] virtualHosts, WebServiceContainer webServiceContainer, String securityRealmName, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader)
           
 

Constructors in org.apache.geronimo.jetty6 with parameters of type WebServiceContainer
JettyEJBWebServiceContext(String contextPath, WebServiceContainer webServiceContainer, InternalJAASJettyRealm internalJAASJettyRealm, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader)
           
 

Uses of WebServiceContainer in org.apache.geronimo.tomcat
 

Methods in org.apache.geronimo.tomcat with parameters of type WebServiceContainer
 void TomcatContainer.addWebService(String contextPath, String[] virtualHosts, WebServiceContainer webServiceContainer, String securityRealmName, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader)
           
 org.apache.catalina.Context TomcatGeronimoEmbedded.createEJBWebServiceContext(String contextPath, WebServiceContainer webServiceContainer, String securityRealmName, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader)
           
 

Constructors in org.apache.geronimo.tomcat with parameters of type WebServiceContainer
TomcatEJBWebServiceContext(String contextPath, WebServiceContainer webServiceContainer, String securityRealmName, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader)
           
 

Uses of WebServiceContainer in org.apache.geronimo.webservices
 

Methods in org.apache.geronimo.webservices that return WebServiceContainer
 WebServiceContainer WebServiceContainerFactory.getWebServiceContainer()
           
 WebServiceContainer SerializableWebServiceContainerFactoryGBean.getWebServiceContainer()
           
 

Methods in org.apache.geronimo.webservices with parameters of type WebServiceContainer
 void SoapHandler.addWebService(String contextPath, String[] virtualHosts, WebServiceContainer webServiceContainer, String securityRealmName, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader)
           
 

Constructors in org.apache.geronimo.webservices with parameters of type WebServiceContainer
SerializableWebServiceContainerFactoryGBean(WebServiceContainer webServiceContainer)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.