public abstract class CxfWsContainer extends Object implements org.apache.openejb.server.httpd.HttpListener
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.Bus |
bus |
protected org.apache.cxf.transport.http.AbstractHTTPDestination |
destination |
protected CxfEndpoint |
endpoint |
protected org.apache.cxf.transport.http.HTTPTransportFactory |
httpTransportFactory |
protected org.apache.openejb.core.webservices.PortData |
port |
protected org.apache.openejb.assembler.classic.util.ServiceConfiguration |
serviceConfiguration |
| Constructor and Description |
|---|
CxfWsContainer(org.apache.cxf.Bus bus,
org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory,
org.apache.openejb.core.webservices.PortData port,
org.apache.openejb.assembler.classic.util.ServiceConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CxfEndpoint |
createEndpoint() |
void |
destroy() |
protected String |
getFakeUrl() |
void |
onMessage(org.apache.openejb.server.httpd.HttpRequest request,
org.apache.openejb.server.httpd.HttpResponse response) |
protected abstract ObjectName |
registerMBean() |
protected abstract void |
setWsldUrl(String wsdl) |
void |
start() |
protected final org.apache.cxf.Bus bus
protected final org.apache.openejb.core.webservices.PortData port
protected org.apache.cxf.transport.http.AbstractHTTPDestination destination
protected CxfEndpoint endpoint
protected org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory
protected final org.apache.openejb.assembler.classic.util.ServiceConfiguration serviceConfiguration
public CxfWsContainer(org.apache.cxf.Bus bus,
org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory,
org.apache.openejb.core.webservices.PortData port,
org.apache.openejb.assembler.classic.util.ServiceConfiguration config)
public void start()
protected String getFakeUrl()
protected abstract CxfEndpoint createEndpoint()
protected abstract ObjectName registerMBean()
protected abstract void setWsldUrl(String wsdl)
public void destroy()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.