All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rvicemix.servicemix-drools.2013.01.source-code.servicemix-drools.xsd.wiki Maven / Gradle / Ivy

Go to download

The ServiceMix Drools component provides JBI integration to the Drools Rules Engine. It can be used to deploy a rules set that will implement a router or an actual service. A router will mostly act as a transparent proxy between the consumer and the target service provider mad will mostly be implemented by the jbi.route(uri) method below. This method creates a new exchange identical to the one received by the component and will send it to the specified destination. You can also send back a Fault if needed. A router can also be implemented by using directly the JBI Apis (available with the jbi helper) by using the provided client.

The newest version!
h3. Elements By Type
{anchor:javax.xml.namespace.NamespaceContext-types}
h4. The _[javax.xml.namespace.NamespaceContext|#javax.xml.namespace.NamespaceContext-types]_ Type Implementations
    | _[|#namespace-context-element]_ | {html}A NamespaceContext implementation{html} |

{anchor:org.apache.servicemix.drools.DroolsEndpoint-types}
h4. The _[org.apache.servicemix.drools.DroolsEndpoint|#org.apache.servicemix.drools.DroolsEndpoint-types]_ Type Implementations
    | _[|#endpoint-element]_ | {html}{html} |

{anchor:org.apache.servicemix.common.DefaultComponent-types}
h4. The _[org.apache.servicemix.common.DefaultComponent|#org.apache.servicemix.common.DefaultComponent-types]_ Type Implementations
    | _[|#component-element]_ | {html}{html} |


{anchor:component-element}
h3. The _[|#component-element]_ Element
    {html}{html}
h4. Properties
    || Property Name || Type || Description ||
    | endpoints | (_[org.apache.servicemix.drools.DroolsEndpoint|#org.apache.servicemix.drools.DroolsEndpoint-types]_)\* | {html}{html} |
    | executorFactory | _org.apache.servicemix.executors.ExecutorFactory_ | {html}The executor factory to use to create the executor.
If none is provided, one will be retrieved from the JBI container when the component
is deployed into ServiceMix 3.x, or a default implementation will be used.{html} |

{anchor:endpoint-element}
h3. The _[|#endpoint-element]_ Element
    {html}{html}
h4. Properties
    || Property Name || Type || Description ||
    | assertedObjects | (_java.lang.Object_)\* | {html}List of additional objects to be inserted into the drools working memory for evaluating rules.{html} |
    | autoReply | _boolean_ | {html}Will this endpoint automatically reply to any exchanges not handled by the Drools rulebase?{html} |
    | component | _[org.apache.servicemix.common.DefaultComponent|#org.apache.servicemix.common.DefaultComponent-types]_ | {html}{html} |
    | defaultTargetService | _javax.xml.namespace.QName_ | {html}The default service that the exchange will be sent to if none of the rules have handled it.{html} |
    | defaultTargetURI | _java.lang.String_ | {html}The default endpoint URI that the exchange will be sent to if none of the rules have handled it.{html} |
    | endpoint | _java.lang.String_ | {html}

Get the endpoint implementation.

{html} | | globals | _java.util.Map_ | {html}The global variables that are available while evaluating the rule base.{html} | | interfaceName | _javax.xml.namespace.QName_ | {html}

Get the qualified name of the endpoint interface.

{html} | | namespaceContext | _[javax.xml.namespace.NamespaceContext|#javax.xml.namespace.NamespaceContext-types]_ | {html}The namespace context to use when evaluating the rules.{html} | | ruleBase | _org.drools.RuleBase_ | {html}Set the rule base to be used for handling the exchanges{html} | | ruleBaseResource | _org.springframework.core.io.Resource_ | {html}Specifies the resource location to load the rule base from (.drl file){html} | | ruleBaseURL | _java.net.URL_ | {html}Specifies a URL to load the rule base from (.drl file){html} | | service | _javax.xml.namespace.QName_ | {html}

Get the service qualified name of the endpoint.

{html} | | su | _org.apache.servicemix.common.ServiceUnit_ | {html}{html} | {anchor:namespace-context-element} h3. The _[|#namespace-context-element]_ Element {html}A NamespaceContext implementation{html} h4. Properties || Property Name || Type || Description || | namespaces | _java.util.Map_ | {html}Keep the getter/setter to keep xbean annotation{html} | h3. Element Index | _[|#component-element]_ | {html}{html} | | _[|#endpoint-element]_ | {html}{html} | | _[|#namespace-context-element]_ | {html}A NamespaceContext implementation{html} |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy