org.apache.openejb.server.cxf.pojo
Class PojoEndpoint

java.lang.Object
  extended by org.apache.openejb.server.cxf.CxfEndpoint
      extended by org.apache.openejb.server.cxf.pojo.PojoEndpoint

public class PojoEndpoint
extends CxfEndpoint


Field Summary
 
Fields inherited from class org.apache.openejb.server.cxf.CxfEndpoint
bus, context, handlerResolver, httpTransportFactory, implementor, implInfo, port, server, service, serviceFactory
 
Constructor Summary
PojoEndpoint(org.apache.cxf.Bus bus, PortData port, Context context, Class<?> instance)
           
 
Method Summary
protected  void init()
           
 void stop()
           
 
Methods inherited from class org.apache.openejb.server.cxf.CxfEndpoint
destroyHandlers, doPublish, getBinding, getEndpoint, getExecutor, getImplementor, getImplementorClass, getMetadata, getProperties, getServer, getWsdlURL, 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
 

Constructor Detail

PojoEndpoint

public PojoEndpoint(org.apache.cxf.Bus bus,
                    PortData port,
                    Context context,
                    Class<?> instance)
Method Detail

init

protected void init()
Overrides:
init in class CxfEndpoint

stop

public void stop()
Overrides:
stop in class CxfEndpoint


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