Uses of Class
org.apache.servicemix.drools.DroolsEndpoint

Packages that use DroolsEndpoint
org.apache.servicemix.drools A component which peforms rules based routing using Drools to decide where to route the message. 
org.apache.servicemix.drools.model   
 

Uses of DroolsEndpoint in org.apache.servicemix.drools
 

Methods in org.apache.servicemix.drools that return DroolsEndpoint
 DroolsEndpoint[] DroolsComponent.getEndpoints()
           
 

Methods in org.apache.servicemix.drools with parameters of type DroolsEndpoint
 void DroolsComponent.setEndpoints(DroolsEndpoint[] endpoints)
           
 

Constructors in org.apache.servicemix.drools with parameters of type DroolsEndpoint
DroolsExecutionContext(DroolsEndpoint endpoint, javax.jbi.messaging.MessageExchange exchange)
          Start a new execution context for the specified exchange.
 

Uses of DroolsEndpoint in org.apache.servicemix.drools.model
 

Methods in org.apache.servicemix.drools.model that return DroolsEndpoint
 DroolsEndpoint JbiHelper.getEndpoint()
           
 

Constructors in org.apache.servicemix.drools.model with parameters of type DroolsEndpoint
JbiHelper(DroolsEndpoint endpoint, javax.jbi.messaging.MessageExchange exchange, org.drools.WorkingMemory memory)
           
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.