org.apache.geronimo.cxf.ejb
Class EJBEndpoint

java.lang.Object
  extended by javax.xml.ws.Endpoint
      extended by org.apache.geronimo.cxf.CXFEndpoint
          extended by org.apache.geronimo.cxf.ejb.EJBEndpoint

public class EJBEndpoint
extends CXFEndpoint


Field Summary
 
Fields inherited from class org.apache.geronimo.cxf.CXFEndpoint
annotationProcessor, bus, implementor, implInfo, portInfo, server, service, serviceFactory
 
Fields inherited from class javax.xml.ws.Endpoint
WSDL_PORT, WSDL_SERVICE
 
Constructor Summary
EJBEndpoint(org.apache.cxf.Bus bus, URL configurationBaseUrl, Class instance)
           
 
Method Summary
protected  Class getImplementorClass()
           
protected  void init()
           
 void injectHandlers()
           
 void stop()
           
 
Methods inherited from class org.apache.geronimo.cxf.CXFEndpoint
destroyHandlers, doPublish, getBinding, getEndpoint, getExecutor, getImplementor, getMetadata, getProperties, getServer, getWsdlURL, initHandlers, injectResources, isHTTP, isPublished, isSOAP11, publish, publish, setExecutor, setMetadata, setProperties
 
Methods inherited from class javax.xml.ws.Endpoint
create, create, publish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBEndpoint

public EJBEndpoint(org.apache.cxf.Bus bus,
                   URL configurationBaseUrl,
                   Class instance)
Method Detail

getImplementorClass

protected Class getImplementorClass()
Overrides:
getImplementorClass in class CXFEndpoint

init

protected void init()
Overrides:
init in class CXFEndpoint

injectHandlers

public void injectHandlers()
Overrides:
injectHandlers in class CXFEndpoint

stop

public void stop()
Overrides:
stop in class CXFEndpoint


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.