public final class DefaultHTTPConduitFactoryWrapper extends AbstractHTTPConduitFactoryWrapper
Constructor and Description |
---|
DefaultHTTPConduitFactoryWrapper(org.apache.cxf.transport.http.HTTPConduitFactory delegate) |
DefaultHTTPConduitFactoryWrapper(Map<String,Object> configuration,
boolean useSystemDefault,
org.apache.cxf.transport.http.HTTPConduitFactory delegate) |
Modifier and Type | Method and Description |
---|---|
protected void |
configureConduit(org.apache.cxf.transport.http.HTTPConduit conduit)
Configures the specified HTTPConduit instance with default values
|
protected 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
|
static void |
install(org.apache.cxf.Bus bus) |
createConduit, getDelegate
public DefaultHTTPConduitFactoryWrapper(org.apache.cxf.transport.http.HTTPConduitFactory delegate)
protected 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
AbstractHTTPConduitFactoryWrapper
createNewConduit
in class AbstractHTTPConduitFactoryWrapper
f
- The current HTTPTransportFactoryb
- The current BuslocalInfo
- The current EndpointInfotarget
- The EndpointReferenceTypeIOException
protected void configureConduit(org.apache.cxf.transport.http.HTTPConduit conduit)
AbstractHTTPConduitFactoryWrapper
configureConduit
in class AbstractHTTPConduitFactoryWrapper
conduit
- The HTTPConduit instance to be configuredpublic static void install(org.apache.cxf.Bus bus)
Copyright © 2016 JBoss, by Red Hat. All rights reserved.