Uses of Class
org.apache.openejb.core.webservices.PortData

Packages that use PortData
org.apache.openejb.assembler.classic   
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.cxf.ejb   
org.apache.openejb.server.cxf.pojo   
org.apache.openejb.server.webservices   
 

Uses of PortData in org.apache.openejb.assembler.classic
 

Methods in org.apache.openejb.assembler.classic that return PortData
static PortData WsBuilder.toPortData(PortInfo port, Collection<Injection> injections, URL baseUrl, ClassLoader classLoader)
           
 

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

Methods in org.apache.openejb.server.axis with parameters of type PortData
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 PortData in org.apache.openejb.server.axis2
 

Fields in org.apache.openejb.server.axis2 declared as PortData
protected  PortData Axis2WsContainer.port
           
 

Methods in org.apache.openejb.server.axis2 with parameters of type PortData
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)
           
 org.apache.axis2.description.AxisService AxisServiceGenerator.getServiceFromWSDL(PortData portData, Class endpointClass)
           
 

Constructors in org.apache.openejb.server.axis2 with parameters of type PortData
Axis2WsContainer(PortData port, Class<?> endpointClass, Context context)
           
 

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

Constructors in org.apache.openejb.server.axis2.ejb with parameters of type PortData
EjbWsContainer(PortData portData, DeploymentInfo deploymentInfo)
           
 

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

Constructors in org.apache.openejb.server.axis2.pojo with parameters of type PortData
PojoWsContainer(PortData port, Class<?> endpointClass, Context context, String contextRoot)
           
 

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

Fields in org.apache.openejb.server.cxf declared as PortData
protected  PortData CxfEndpoint.port
           
protected  PortData CxfWsContainer.port
           
 

Methods in org.apache.openejb.server.cxf with parameters of type PortData
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)
           
 

Constructors in org.apache.openejb.server.cxf with parameters of type PortData
CxfEndpoint(org.apache.cxf.Bus bus, PortData port, Context context, Object implementor, HttpTransportFactory httpTransportFactory)
           
CxfServiceConfiguration(PortData portData)
           
CxfWsContainer(org.apache.cxf.Bus bus, PortData port)
           
 

Uses of PortData in org.apache.openejb.server.cxf.ejb
 

Constructors in org.apache.openejb.server.cxf.ejb with parameters of type PortData
EjbEndpoint(org.apache.cxf.Bus bus, PortData portData, DeploymentInfo deploymentInfo, HttpTransportFactory httpTransportFactory)
           
EjbWsContainer(org.apache.cxf.Bus bus, PortData port, DeploymentInfo deploymentInfo)
           
 

Uses of PortData in org.apache.openejb.server.cxf.pojo
 

Constructors in org.apache.openejb.server.cxf.pojo with parameters of type PortData
PojoEndpoint(org.apache.cxf.Bus bus, PortData port, Context context, Class<?> instance)
           
PojoWsContainer(org.apache.cxf.Bus bus, PortData port, Context context, Class target)
           
 

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

Methods in org.apache.openejb.server.webservices with parameters of type PortData
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)
           
 



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