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

java.lang.Object
  extended by org.apache.openejb.server.cxf.CxfWsContainer
      extended by org.apache.openejb.server.cxf.pojo.PojoWsContainer
All Implemented Interfaces:
HttpListener

public class PojoWsContainer
extends CxfWsContainer


Field Summary
 
Fields inherited from class org.apache.openejb.server.cxf.CxfWsContainer
bus, destination, endpoint, port
 
Constructor Summary
PojoWsContainer(org.apache.cxf.Bus bus, PortData port, Context context, Class target)
           
 
Method Summary
protected  PojoEndpoint createEndpoint()
           
 void start()
           
 
Methods inherited from class org.apache.openejb.server.cxf.CxfWsContainer
destroy, getBus, getDefaultBus, onMessage, processGET, processPOST
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoWsContainer

public PojoWsContainer(org.apache.cxf.Bus bus,
                       PortData port,
                       Context context,
                       Class target)
Method Detail

createEndpoint

protected PojoEndpoint createEndpoint()
Specified by:
createEndpoint in class CxfWsContainer

start

public void start()
Overrides:
start in class CxfWsContainer


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