|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonicsw.esb.service.common.impl.ContextAwareVariableResolverFactory
public class ContextAwareVariableResolverFactory
Decorates a VariableResolverFactory to add support for resolvers that depend on the current SFC context.
Constructor Summary | |
---|---|
ContextAwareVariableResolverFactory(VariableResolverFactory parent)
|
Method Summary | |
---|---|
VariableResolver |
getResolver(java.lang.String variable)
Provides a resolver for the given variable, or null if a suitable resolver cannot be provided. |
void |
setContext(SFCServiceContext context)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextAwareVariableResolverFactory(VariableResolverFactory parent)
Method Detail |
---|
public void setContext(SFCServiceContext context)
public VariableResolver getResolver(java.lang.String variable)
VariableResolverFactory
getResolver
in interface VariableResolverFactory
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |