Class MessageContextLookup<StartContext extends BaseContext>

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

public class MessageContextLookup<StartContext extends BaseContext> extends Object implements ContextDataLookupFunction<StartContext,MessageContext>
A lookup function for resolving either the inbound or outbound MessageContext relative to a particular BaseContext.

This would usually be used in composing other lookup functions.