org.drools.semantics.annotation.spring
Class SpringAnnotationRuleFactory

java.lang.Object
  extended by org.drools.semantics.annotation.spring.SpringAnnotationRuleFactory

public class SpringAnnotationRuleFactory
extends Object


Constructor Summary
SpringAnnotationRuleFactory()
           
 
Method Summary
 void afterPropertiesSet()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setDocumentation(String documentation)
           
 void setName(String name)
           
 void setNoLoop(Boolean noloop)
           
 void setPojo(Object pojo)
           
 void setSalience(Integer salience)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringAnnotationRuleFactory

public SpringAnnotationRuleFactory()
Method Detail

setName

public void setName(String name)

setSalience

public void setSalience(Integer salience)

setNoLoop

public void setNoLoop(Boolean noloop)

setDocumentation

public void setDocumentation(String documentation)

setPojo

public void setPojo(Object pojo)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Throws:
Exception

getObject

public Object getObject()
                 throws Exception
Throws:
Exception

getObjectType

public Class getObjectType()

isSingleton

public boolean isSingleton()


Copyright © 2001-2005 The Codehaus. All Rights Reserved.