org.apache.openejb.server.cxf.ejb
Class EjbEndpoint
java.lang.Object
org.apache.openejb.server.cxf.CxfEndpoint
org.apache.openejb.server.cxf.ejb.EjbEndpoint
public class EjbEndpoint
- extends CxfEndpoint
A web service endpoint which invokes an EJB container.
| Fields inherited from class org.apache.openejb.server.cxf.CxfEndpoint |
bus, context, CXF_JAXWS_PREFIX, handlerResolver, httpTransportFactory, implementor, implInfo, port, server, service, serviceConfiguration, serviceFactory |
|
Constructor Summary |
EjbEndpoint(org.apache.cxf.Bus bus,
org.apache.openejb.core.webservices.PortData portData,
org.apache.openejb.BeanContext beanContext,
org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory,
org.apache.openejb.assembler.classic.util.ServiceConfiguration config)
|
| Methods inherited from class org.apache.openejb.server.cxf.CxfEndpoint |
destroyHandlers, doPublish, getBinding, getEndpoint, getExecutor, getImplementor, getMetadata, getProperties, getServer, initHandlers, isHTTP, isPublished, isSOAP11, publish, publish, setExecutor, setMetadata, setProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbEndpoint
public EjbEndpoint(org.apache.cxf.Bus bus,
org.apache.openejb.core.webservices.PortData portData,
org.apache.openejb.BeanContext beanContext,
org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory,
org.apache.openejb.assembler.classic.util.ServiceConfiguration config)
getImplementorClass
protected Class getImplementorClass()
- Overrides:
getImplementorClass in class CxfEndpoint
init
protected void init()
- Overrides:
init in class CxfEndpoint
stop
public void stop()
- Overrides:
stop in class CxfEndpoint
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.