org.apache.geronimo.cxf.ejb
Class EJBWebServiceContainer

java.lang.Object
  extended by org.apache.geronimo.cxf.CXFWebServiceContainer
      extended by org.apache.geronimo.cxf.ejb.EJBWebServiceContainer
All Implemented Interfaces:
Serializable, WebServiceContainer

public class EJBWebServiceContainer
extends CXFWebServiceContainer

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.geronimo.webservices.WebServiceContainer
WebServiceContainer.Request, WebServiceContainer.Response
 
Field Summary
 
Fields inherited from class org.apache.geronimo.cxf.CXFWebServiceContainer
bus, configurationBaseUrl, destination, endpoint
 
Fields inherited from interface org.apache.geronimo.webservices.WebServiceContainer
LOCATION_REPLACEMENT_TOKEN, MESSAGE_CONTEXT, POJO_INSTANCE, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE
 
Constructor Summary
EJBWebServiceContainer(org.apache.cxf.Bus bus, URL configurationBaseUrl, Class target)
           
 
Method Summary
protected  EJBEndpoint publishEndpoint(Object target)
           
 
Methods inherited from class org.apache.geronimo.cxf.CXFWebServiceContainer
destroy, getBus, getWsdl, invoke, processGET, processPOST
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBWebServiceContainer

public EJBWebServiceContainer(org.apache.cxf.Bus bus,
                              URL configurationBaseUrl,
                              Class target)
Method Detail

publishEndpoint

protected EJBEndpoint publishEndpoint(Object target)
Specified by:
publishEndpoint in class CXFWebServiceContainer


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.