public class NoOpTransitLayerFactory extends java.lang.Object implements TransitLayerFactory
A TransitLayer
that does nothing. This is the default TransitLayer
implementation that will be used
if none is configured. If this is the TransitLayer
implementation used, the effect is that any calls to the
ActiveBaggage
interface will find that there is no active baggage.
Constructor and Description |
---|
NoOpTransitLayerFactory() |
Modifier and Type | Method and Description |
---|---|
TransitLayer |
transitlayer()
Instantiate the
TransitLayer implementation that this factory provides. |
public TransitLayer transitlayer()
TransitLayerFactory
TransitLayer
implementation that this factory provides.transitlayer
in interface TransitLayerFactory
TransitLayer
instance