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:
org.apache.openejb.server.httpd.HttpListener

public class PojoWsContainer
extends CxfWsContainer


Field Summary
 
Fields inherited from class org.apache.openejb.server.cxf.CxfWsContainer
bus, destination, endpoint, httpTransportFactory, port, serviceConfiguration
 
Constructor Summary
PojoWsContainer(org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, Context context, Class target, Map<String,Object> bdgs, org.apache.openejb.assembler.classic.util.ServiceConfiguration configuration)
           
 
Method Summary
protected  PojoEndpoint createEndpoint()
           
 
Methods inherited from class org.apache.openejb.server.cxf.CxfWsContainer
destroy, onMessage, start
 
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,
                       org.apache.openejb.core.webservices.PortData port,
                       Context context,
                       Class target,
                       Map<String,Object> bdgs,
                       org.apache.openejb.assembler.classic.util.ServiceConfiguration configuration)
Method Detail

createEndpoint

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


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.