org.apache.openejb.server.cxf
Class CxfWsContainer
java.lang.Object
org.apache.openejb.server.cxf.CxfWsContainer
- All Implemented Interfaces:
- HttpListener
- Direct Known Subclasses:
- EjbWsContainer, PojoWsContainer
public abstract class CxfWsContainer
- extends Object
- implements HttpListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bus
protected final org.apache.cxf.Bus bus
port
protected final PortData port
destination
protected HttpDestination destination
endpoint
protected CxfEndpoint endpoint
CxfWsContainer
public CxfWsContainer(org.apache.cxf.Bus bus,
PortData port)
start
public void start()
createEndpoint
protected abstract CxfEndpoint createEndpoint()
destroy
public void destroy()
onMessage
public void onMessage(HttpRequest request,
HttpResponse response)
throws Exception
- Specified by:
onMessage
in interface HttpListener
- Throws:
Exception
processGET
protected void processGET(HttpRequest request,
HttpResponse response)
throws Exception
- Throws:
Exception
processPOST
protected void processPOST(HttpRequest request,
HttpResponse response)
throws Exception
- Throws:
Exception
getBus
public static org.apache.cxf.Bus getBus()
getDefaultBus
public static org.apache.cxf.Bus getDefaultBus()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.