Class RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext>

java.lang.Object
org.opensaml.messaging.context.navigate.RootContextLookup<StartContext,RootContext>
Type Parameters:
StartContext - type of the starting context
RootContext - type of the root context
All Implemented Interfaces:
Function<StartContext,RootContext>, ContextDataLookupFunction<StartContext,RootContext>

public class RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext> extends Object implements ContextDataLookupFunction<StartContext,RootContext>
A ContextDataLookupFunction that gets the root of context tree.