org.apache.geronimo.cxf.pojo
Class POJOEndpoint

java.lang.Object
  extended by javax.xml.ws.Endpoint
      extended by org.apache.geronimo.cxf.CXFEndpoint
          extended by org.apache.geronimo.cxf.pojo.POJOEndpoint

public class POJOEndpoint
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
POJOEndpoint(org.apache.cxf.Bus bus, URL configurationBaseUrl, Class instance)
           
 
Method Summary
protected  void init()
           
 void stop()
           
 
Methods inherited from class org.apache.geronimo.cxf.CXFEndpoint
destroyHandlers, doPublish, getBinding, getEndpoint, getExecutor, getImplementor, getImplementorClass, getMetadata, getProperties, getServer, getWsdlURL, initHandlers, injectHandlers, 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

POJOEndpoint

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

init

protected void init()
Overrides:
init in class CXFEndpoint

stop

public void stop()
Overrides:
stop in class CXFEndpoint


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