org.milyn.rules
Class RulesProviderFactory

java.lang.Object
  extended by org.milyn.rules.RulesProviderFactory
All Implemented Interfaces:
org.milyn.delivery.ContentHandler<RuleProvider>

public final class RulesProviderFactory
extends Object
implements org.milyn.delivery.ContentHandler<RuleProvider>

RulesProviderFactory is responsible for creating RuleProviders and installing those providers in the Smooks ApplicationContext.

Author:
Daniel Bevenius

Constructor Summary
RulesProviderFactory()
           
 
Method Summary
 void installRuleProvider()
          Creates and installs the configured rule provider.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RulesProviderFactory

public RulesProviderFactory()
Method Detail

installRuleProvider

@Initialize
public void installRuleProvider()
                         throws org.milyn.cdr.SmooksConfigurationException
Creates and installs the configured rule provider.

Throws:
org.milyn.cdr.SmooksConfigurationException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.