org.apache.cxf.transport.http.netty.client
Class NettyHttpConduitFactory
java.lang.Object
org.apache.cxf.transport.http.netty.client.NettyHttpConduitFactory
- All Implemented Interfaces:
- org.apache.cxf.buslifecycle.BusLifeCycleListener, org.apache.cxf.transport.http.HTTPConduitFactory
public class NettyHttpConduitFactory
- extends Object
- implements org.apache.cxf.buslifecycle.BusLifeCycleListener, org.apache.cxf.transport.http.HTTPConduitFactory
|
Method Summary |
org.apache.cxf.transport.http.HTTPConduit |
createConduit(org.apache.cxf.Bus bus,
org.apache.cxf.service.model.EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
|
org.apache.cxf.transport.http.HTTPConduit |
createConduit(org.apache.cxf.transport.http.HTTPTransportFactory f,
org.apache.cxf.Bus bus,
org.apache.cxf.service.model.EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
|
void |
initComplete()
|
boolean |
isShutdown()
|
void |
postShutdown()
|
void |
preShutdown()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyHttpConduitFactory
public NettyHttpConduitFactory()
createConduit
public org.apache.cxf.transport.http.HTTPConduit createConduit(org.apache.cxf.transport.http.HTTPTransportFactory f,
org.apache.cxf.Bus bus,
org.apache.cxf.service.model.EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
throws IOException
- Specified by:
createConduit in interface org.apache.cxf.transport.http.HTTPConduitFactory
- Throws:
IOException
createConduit
public org.apache.cxf.transport.http.HTTPConduit createConduit(org.apache.cxf.Bus bus,
org.apache.cxf.service.model.EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
throws IOException
- Throws:
IOException
initComplete
public void initComplete()
- Specified by:
initComplete in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
preShutdown
public void preShutdown()
- Specified by:
preShutdown in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
postShutdown
public void postShutdown()
- Specified by:
postShutdown in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
isShutdown
public boolean isShutdown()
Apache CXF