Uses of Class
org.apache.geronimo.jaxws.PortInfo

Packages that use PortInfo
org.apache.geronimo.axis2   
org.apache.geronimo.axis2.builder   
org.apache.geronimo.axis2.ejb   
org.apache.geronimo.axis2.pojo   
org.apache.geronimo.cxf   
org.apache.geronimo.cxf.builder   
org.apache.geronimo.cxf.ejb   
org.apache.geronimo.cxf.pojo   
org.apache.geronimo.jaxws.builder   
 

Uses of PortInfo in org.apache.geronimo.axis2
 

Fields in org.apache.geronimo.axis2 declared as PortInfo
protected  PortInfo Axis2WebServiceContainer.portInfo
           
 

Methods in org.apache.geronimo.axis2 with parameters of type PortInfo
 org.apache.axis2.description.AxisService AxisServiceGenerator.getServiceFromWSDL(PortInfo portInfo, Class endpointClass, URL configurationBaseUrl)
           
 

Constructors in org.apache.geronimo.axis2 with parameters of type PortInfo
Axis2WebServiceContainer(PortInfo portInfo, String endpointClassName, ClassLoader classLoader, Context context, URL configurationBaseUrl)
           
 

Uses of PortInfo in org.apache.geronimo.axis2.builder
 

Methods in org.apache.geronimo.axis2.builder that return types with arguments of type PortInfo
protected  Map<String,PortInfo> Axis2Builder.parseWebServiceDescriptor(InputStream in, URL wsDDUrl, JarFile moduleFile, boolean isEJB, Map correctedPortLocations)
           
 

Methods in org.apache.geronimo.axis2.builder with parameters of type PortInfo
protected  void Axis2Builder.initialize(GBeanData targetGBean, Class serviceClass, PortInfo portInfo, Module module)
           
 

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

Constructors in org.apache.geronimo.axis2.ejb with parameters of type PortInfo
EJBWebServiceContainer(PortInfo portInfo, String endpointClassName, ClassLoader classLoader, Context context, URL configurationBaseUrl, org.apache.openejb.DeploymentInfo deploymnetInfo)
           
EJBWebServiceGBean(EjbDeployment ejbDeploymentContext, PortInfo portInfo, Kernel kernel, URL configurationBaseUrl, SoapHandler soapHandler, String securityRealmName, String realmName, String transportGuarantee, String authMethod, String[] virtualHosts)
           
 

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

Constructors in org.apache.geronimo.axis2.pojo with parameters of type PortInfo
POJOWebServiceContainer(PortInfo portInfo, String endpointClassName, ClassLoader classLoader, Context context, URL configurationBaseUrl)
           
POJOWebServiceContainerFactoryGBean(PortInfo portInfo, String endpointClassName, ClassLoader classLoader, Map componentContext, Kernel kernel, TransactionManager transactionManager, URL configurationBaseUrl)
           
 

Uses of PortInfo in org.apache.geronimo.cxf
 

Fields in org.apache.geronimo.cxf declared as PortInfo
protected  PortInfo CXFEndpoint.portInfo
           
 

Constructors in org.apache.geronimo.cxf with parameters of type PortInfo
CXFServiceConfiguration(PortInfo portInfo, URL wsdlURL)
           
 

Uses of PortInfo in org.apache.geronimo.cxf.builder
 

Methods in org.apache.geronimo.cxf.builder that return types with arguments of type PortInfo
protected  Map<String,PortInfo> CXFBuilder.parseWebServiceDescriptor(InputStream in, URL wsDDUrl, JarFile moduleFile, boolean isEJB, Map correctedPortLocations)
           
 

Methods in org.apache.geronimo.cxf.builder with parameters of type PortInfo
protected  void CXFBuilder.initialize(GBeanData targetGBean, Class serviceClass, PortInfo portInfo, Module module)
           
 

Uses of PortInfo in org.apache.geronimo.cxf.ejb
 

Constructors in org.apache.geronimo.cxf.ejb with parameters of type PortInfo
EJBWebServiceGBean(EjbDeployment ejbDeploymentContext, PortInfo portInfo, Kernel kernel, URL configurationBaseUrl, SoapHandler soapHandler, String securityRealmName, String realmName, String transportGuarantee, String authMethod, String[] virtualHosts)
           
 

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

Constructors in org.apache.geronimo.cxf.pojo with parameters of type PortInfo
POJOWebServiceContainerFactoryGBean(PortInfo portInfo, String endpointClassName, ClassLoader classLoader, Map componentContext, Kernel kernel, TransactionManager transactionManager, URL configurationBaseUrl)
           
 

Uses of PortInfo in org.apache.geronimo.jaxws.builder
 

Methods in org.apache.geronimo.jaxws.builder that return types with arguments of type PortInfo
protected abstract  Map<String,PortInfo> JAXWSServiceBuilder.parseWebServiceDescriptor(InputStream in, URL wsDDUrl, JarFile moduleFile, boolean isEJB, Map correctedPortLocations)
           
 

Methods in org.apache.geronimo.jaxws.builder with parameters of type PortInfo
 String WsdlGenerator.generateWsdl(Module module, String serviceClass, DeploymentContext context, PortInfo portInfo)
           
protected  void JAXWSServiceBuilder.initialize(GBeanData targetGBean, Class wsClass, PortInfo info, Module module)
           
 



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