org.apache.geronimo.cxf.pojo
Class POJOWebServiceContainer

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

public class POJOWebServiceContainer
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
POJOWebServiceContainer(org.apache.cxf.Bus bus, URL configurationBaseUrl, Object target)
           
 
Method Summary
protected  CXFEndpoint 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

POJOWebServiceContainer

public POJOWebServiceContainer(org.apache.cxf.Bus bus,
                               URL configurationBaseUrl,
                               Object target)
Method Detail

publishEndpoint

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


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