org.apache.geronimo.cxf
Class CXFWebServiceContainer
java.lang.Object
org.apache.geronimo.cxf.CXFWebServiceContainer
- All Implemented Interfaces:
- Serializable, WebServiceContainer
- Direct Known Subclasses:
- EJBWebServiceContainer, POJOWebServiceContainer
public abstract class CXFWebServiceContainer
- extends Object
- implements WebServiceContainer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
destination
protected final GeronimoDestination destination
bus
protected final org.apache.cxf.Bus bus
endpoint
protected final CXFEndpoint endpoint
configurationBaseUrl
protected URL configurationBaseUrl
CXFWebServiceContainer
public CXFWebServiceContainer(org.apache.cxf.Bus bus,
URL configurationBaseUrl,
Object target)
invoke
public void invoke(WebServiceContainer.Request request,
WebServiceContainer.Response response)
throws Exception
- Specified by:
invoke
in interface WebServiceContainer
- Throws:
Exception
processGET
protected void processGET(WebServiceContainer.Request request,
WebServiceContainer.Response response)
throws Exception
- Throws:
Exception
processPOST
protected void processPOST(WebServiceContainer.Request request,
WebServiceContainer.Response response)
throws Exception
- Throws:
Exception
getWsdl
public void getWsdl(WebServiceContainer.Request request,
WebServiceContainer.Response response)
throws Exception
- Specified by:
getWsdl
in interface WebServiceContainer
- Throws:
Exception
destroy
public void destroy()
- Specified by:
destroy
in interface WebServiceContainer
publishEndpoint
protected abstract CXFEndpoint publishEndpoint(Object target)
getBus
public static org.apache.cxf.Bus getBus()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.