public class BridgeBuilder<S,F> extends Object
PipelineBuilderImpl to create bridge classes and to
 create instances of bridge classes. A bridge class implements the service interface. Within the chain,
 bridge 1 is passed to filter 1. Invoking methods on bridge 1 will invoke methods on filter 2.| Constructor and Description | 
|---|
BridgeBuilder(org.slf4j.Logger logger,
                          Class<S> serviceInterface,
                          Class<F> filterInterface,
                          PlasticProxyFactory proxyFactory)  | 
public BridgeBuilder(org.slf4j.Logger logger, Class<S> serviceInterface, Class<F> filterInterface, PlasticProxyFactory proxyFactory)
public S instantiateBridge(S nextBridge, F filter)
nextBridge - the next Bridge object in the pipeline, or the terminator servicefilter - the filter object for this step of the pipeline${project.version} - Copyright © 2003-2015 The Apache Software Foundation.