Uses of Class
org.apache.geronimo.webservices.builder.PortInfo

Packages that use PortInfo
org.apache.geronimo.axis.builder   
org.apache.geronimo.webservices.builder   
 

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

Methods in org.apache.geronimo.axis.builder with parameters of type PortInfo
static org.apache.axis.description.JavaServiceDesc AxisServiceBuilder.createServiceDesc(PortInfo portInfo, ClassLoader classLoader)
           
static ServiceInfo AxisServiceBuilder.createServiceInfo(PortInfo portInfo, ClassLoader classLoader)
           
 

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

Methods in org.apache.geronimo.webservices.builder that return types with arguments of type PortInfo
static Map<String,PortInfo> WSDescriptorParser.parseWebServiceDescriptor(URL wsDDUrl, JarFile moduleFile, boolean isEJB, Map servletLocations)
           
static Map<String,PortInfo> WSDescriptorParser.parseWebServiceDescriptor(org.apache.geronimo.xbeans.j2ee.WebservicesType webservicesType, JarFile moduleFile, boolean isEJB, Map servletLocations)
          Parses a webservice.xml file and returns a map PortInfo instances indexed by the corresponding ejb-link or servlet-link element .
static Map<String,PortInfo> WSDescriptorParser.parseWebServiceDescriptor(org.apache.geronimo.xbeans.javaee.WebservicesType webservicesType, JarFile moduleFile, boolean isEJB, Map servletLocations)
           
 



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