public class CxfService extends WsService
WsService.EndpointInfo| Modifier and Type | Field and Description |
|---|---|
static String |
OPENEJB_JAXWS_CXF_FEATURES |
logger, WS_ADDRESS_FORMAT, WS_FORCE_ADDRESS| Constructor and Description |
|---|
CxfService() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.openejb.server.httpd.HttpListener |
createEjbWsContainer(URL moduleBaseUrl,
org.apache.openejb.core.webservices.PortData port,
org.apache.openejb.BeanContext beanContext,
org.apache.openejb.assembler.classic.util.ServiceConfiguration config) |
protected org.apache.openejb.server.httpd.HttpListener |
createPojoWsContainer(ClassLoader loader,
URL moduleBaseUrl,
org.apache.openejb.core.webservices.PortData port,
String serviceId,
Class target,
Context context,
String contextRoot,
Map<String,Object> bdgs,
org.apache.openejb.assembler.classic.util.ServiceConfiguration services) |
protected void |
destroyEjbWsContainer(String deploymentId) |
protected void |
destroyPojoWsContainer(String serviceId) |
protected void |
destroyWsContainer(String serviceId) |
String |
getName() |
void |
init(Properties props) |
protected void |
setWsdl(org.apache.openejb.server.httpd.HttpListener listener,
String wsdl) |
afterApplicationCreated, deploy, getAddressesByApplication, getAuthMethod, getEjbType, getIP, getPort, getRealmName, getTransportGuarantee, getVirtualHost, getWsAddressTemplate, newEjbToDeploy, service, service, setAuthMethod, setRealmName, setTransportGuarantee, setVirtualHost, setWsAddressTemplate, start, stop, undeploypublic static final String OPENEJB_JAXWS_CXF_FEATURES
public String getName()
public void init(Properties props) throws Exception
protected void setWsdl(org.apache.openejb.server.httpd.HttpListener listener,
String wsdl)
protected org.apache.openejb.server.httpd.HttpListener createEjbWsContainer(URL moduleBaseUrl, org.apache.openejb.core.webservices.PortData port, org.apache.openejb.BeanContext beanContext, org.apache.openejb.assembler.classic.util.ServiceConfiguration config)
createEjbWsContainer in class WsServiceprotected org.apache.openejb.server.httpd.HttpListener createPojoWsContainer(ClassLoader loader, URL moduleBaseUrl, org.apache.openejb.core.webservices.PortData port, String serviceId, Class target, Context context, String contextRoot, Map<String,Object> bdgs, org.apache.openejb.assembler.classic.util.ServiceConfiguration services)
createPojoWsContainer in class WsServiceprotected void destroyPojoWsContainer(String serviceId)
destroyPojoWsContainer in class WsServiceprotected void destroyEjbWsContainer(String deploymentId)
destroyEjbWsContainer in class WsServiceprotected void destroyWsContainer(String serviceId)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.