public static class AddStatusToResponse.StatusCodeMappingFunction extends Object implements com.google.common.base.Function<ProfileRequestContext,List<QName>>
EventContext
.Constructor and Description |
---|
StatusCodeMappingFunction(Map<String,List<QName>> mappings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<QName> |
apply(ProfileRequestContext input) |
void |
setEventContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,EventContext> strategy)
Set lookup strategy for
EventContext to check. |
public void setEventContextLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,EventContext> strategy)
EventContext
to check.strategy
- lookup strategy@Nullable public List<QName> apply(@Nullable ProfileRequestContext input)
apply
in interface com.google.common.base.Function<ProfileRequestContext,List<QName>>
Copyright © 2016. All rights reserved.