|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.util.Collection<Injection> injections,
java.net.URL baseUrl,
java.lang.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(java.net.URL moduleBaseUrl,
PortData port,
DeploymentInfo deploymentInfo)
|
protected HttpListener |
AxisService.createPojoWsContainer(java.net.URL moduleBaseUrl,
PortData port,
java.lang.String serviceId,
java.lang.Class target,
javax.naming.Context context,
java.lang.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(java.net.URL moduleBaseUrl,
PortData port,
DeploymentInfo deploymentInfo)
|
protected HttpListener |
Axis2Service.createPojoWsContainer(java.net.URL moduleBaseUrl,
PortData port,
java.lang.String serviceId,
java.lang.Class target,
javax.naming.Context context,
java.lang.String contextRoot)
|
org.apache.axis2.description.AxisService |
AxisServiceGenerator.getServiceFromWSDL(PortData portData,
java.lang.Class endpointClass)
|
Constructors in org.apache.openejb.server.axis2 with parameters of type PortData | |
---|---|
Axis2WsContainer(PortData port,
java.lang.Class<?> endpointClass,
javax.naming.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,
java.lang.Class<?> endpointClass,
javax.naming.Context context,
java.lang.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(java.net.URL moduleBaseUrl,
PortData port,
DeploymentInfo deploymentInfo)
|
protected HttpListener |
CxfService.createPojoWsContainer(java.net.URL moduleBaseUrl,
PortData port,
java.lang.String serviceId,
java.lang.Class target,
javax.naming.Context context,
java.lang.String contextRoot)
|
Constructors in org.apache.openejb.server.cxf with parameters of type PortData | |
---|---|
CxfEndpoint(org.apache.cxf.Bus bus,
PortData port,
javax.naming.Context context,
java.lang.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,
javax.naming.Context context,
java.lang.Class<?> instance)
|
|
PojoWsContainer(org.apache.cxf.Bus bus,
PortData port,
javax.naming.Context context,
java.lang.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(java.net.URL moduleBaseUrl,
PortData port,
DeploymentInfo deploymentInfo)
|
protected abstract HttpListener |
WsService.createPojoWsContainer(java.net.URL moduleBaseUrl,
PortData port,
java.lang.String serviceId,
java.lang.Class target,
javax.naming.Context context,
java.lang.String contextRoot)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |