public class RulesComponent
extends org.mule.component.AbstractComponent
| Modifier and Type | Field and Description |
|---|---|
protected Rules |
rules
The ruleset
|
protected RulesEngine |
rulesEngine
The underlying Rules Engine
|
| Constructor and Description |
|---|
RulesComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialise() |
protected Object |
doInvoke(org.mule.api.MuleEvent event) |
String |
getEntryPoint() |
Collection |
getInitialFacts() |
String |
getResource() |
boolean |
isCepMode() |
boolean |
isStateless() |
void |
setCepMode(boolean cepMode) |
void |
setEntryPoint(String entryPoint) |
void |
setInitialFacts(Collection initialFacts) |
void |
setResource(String resource) |
void |
setStateless(boolean stateless) |
applyLifecycleAndDependencyInjection, createResultEvent, dispose, doDispose, doStart, doStop, fireComponentNotification, getAnnotation, getAnnotations, getFlowConstruct, getInterceptors, getName, getStatistics, initialise, process, release, setAnnotations, setFlowConstruct, setInterceptors, setMessagingExceptionHandler, setMuleContext, start, stop, toStringprotected Rules rules
protected RulesEngine rulesEngine
protected void doInitialise()
throws org.mule.api.lifecycle.InitialisationException
doInitialise in class org.mule.component.AbstractComponentorg.mule.api.lifecycle.InitialisationExceptionprotected Object doInvoke(org.mule.api.MuleEvent event) throws Exception
doInvoke in class org.mule.component.AbstractComponentExceptionpublic void setResource(String resource)
public String getResource()
public Collection getInitialFacts()
public void setInitialFacts(Collection initialFacts)
public String getEntryPoint()
public void setEntryPoint(String entryPoint)
public void setStateless(boolean stateless)
public boolean isStateless()
public boolean isCepMode()
public void setCepMode(boolean cepMode)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.