public abstract class AbstractHTTPConduitFactoryWrapper extends Object implements org.apache.cxf.transport.http.HTTPConduitFactory
Constructor and Description |
---|
AbstractHTTPConduitFactoryWrapper(org.apache.cxf.transport.http.HTTPConduitFactory delegate) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
configureConduit(org.apache.cxf.transport.http.HTTPConduit conduit)
Configures the specified HTTPConduit instance with default values
|
org.apache.cxf.transport.http.HTTPConduit |
createConduit(org.apache.cxf.transport.http.HTTPTransportFactory f,
org.apache.cxf.Bus b,
org.apache.cxf.service.model.EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
protected abstract org.apache.cxf.transport.http.HTTPConduit |
createNewConduit(org.apache.cxf.transport.http.HTTPTransportFactory f,
org.apache.cxf.Bus b,
org.apache.cxf.service.model.EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
Creates a new HTTPConduit instance; this is used internally when no delegate is available for getting a HTTPConduit instance to configure
|
org.apache.cxf.transport.http.HTTPConduitFactory |
getDelegate()
Returns the HTTPConduitFactory instance that this wrapper delegates to
|
public AbstractHTTPConduitFactoryWrapper(org.apache.cxf.transport.http.HTTPConduitFactory delegate)
public org.apache.cxf.transport.http.HTTPConduit createConduit(org.apache.cxf.transport.http.HTTPTransportFactory f, org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException
createConduit
in interface org.apache.cxf.transport.http.HTTPConduitFactory
IOException
public org.apache.cxf.transport.http.HTTPConduitFactory getDelegate()
protected abstract org.apache.cxf.transport.http.HTTPConduit createNewConduit(org.apache.cxf.transport.http.HTTPTransportFactory f, org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException
f
- The current HTTPTransportFactoryb
- The current BuslocalInfo
- The current EndpointInfotarget
- The EndpointReferenceTypeIOException
protected abstract void configureConduit(org.apache.cxf.transport.http.HTTPConduit conduit)
conduit
- The HTTPConduit instance to be configuredCopyright © 2019 JBoss, by Red Hat. All rights reserved.