org.milyn.rules
Class RulesProviderFactory

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

public final class RulesProviderFactory
extends java.lang.Object
implements 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.
 java.lang.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 SmooksConfigurationException
Creates and installs the configured rule provider.

Throws:
SmooksConfigurationException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.