public interface PatternObjectResolutionService
Modifier and Type | Method and Description |
---|---|
GuardFactory |
create(PatternGuardSpec spec)
Creates a guard factory considering configured plugged-in resources.
|
ObserverFactory |
create(PatternObserverSpec spec)
Creates an observer factory considering configured plugged-in resources.
|
ObserverFactory create(PatternObserverSpec spec) throws PatternObjectException
spec
- is the namespace, name and parameters for the observerPatternObjectException
- if the observer cannot be resolvedGuardFactory create(PatternGuardSpec spec) throws PatternObjectException
spec
- is the namespace, name and parameters for the guardPatternObjectException
- if the guard cannot be resolved