Used by the
org.apache.tapestry.ioc.internal.services.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.
public S instantiateBridge(S nextBridge, F filter)(Code)
Instantiates a bridge object.
Parameters: nextBridge - the next Bridge object in the pipeline, or the terminator service Parameters: filter - the filter object for this step of the pipeline