Kie :: Camel 6.1.0.Beta4

org.kie.camel.component
Class KiePolicy

java.lang.Object
  extended by org.kie.camel.component.KiePolicy
All Implemented Interfaces:
org.apache.camel.spi.Policy

public class KiePolicy
extends Object
implements org.apache.camel.spi.Policy


Nested Class Summary
static class KiePolicy.KieClientProcessor
           
static class KiePolicy.KieProcess
           
 
Constructor Summary
KiePolicy()
           
 
Method Summary
static org.apache.camel.model.dataformat.JaxbDataFormat augmentJaxbDataFormatDefinition(org.apache.camel.model.dataformat.JaxbDataFormat jaxbDataFormat)
          Clones the passed JaxbDataFormat and then augments it with with Drools related namespaces
static void augmentNodes(org.apache.camel.spi.RouteContext routeContext, org.apache.camel.model.ProcessorDefinition<?> nav, Set visited)
           
 void beforeWrap(org.apache.camel.spi.RouteContext routeContext, org.apache.camel.model.ProcessorDefinition<?> processorDefinition)
           
 org.apache.camel.Processor wrap(org.apache.camel.spi.RouteContext routeContext, org.apache.camel.Processor processor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KiePolicy

public KiePolicy()
Method Detail

beforeWrap

public void beforeWrap(org.apache.camel.spi.RouteContext routeContext,
                       org.apache.camel.model.ProcessorDefinition<?> processorDefinition)
Specified by:
beforeWrap in interface org.apache.camel.spi.Policy

wrap

public org.apache.camel.Processor wrap(org.apache.camel.spi.RouteContext routeContext,
                                       org.apache.camel.Processor processor)
Specified by:
wrap in interface org.apache.camel.spi.Policy

augmentNodes

public static void augmentNodes(org.apache.camel.spi.RouteContext routeContext,
                                org.apache.camel.model.ProcessorDefinition<?> nav,
                                Set visited)

augmentJaxbDataFormatDefinition

public static org.apache.camel.model.dataformat.JaxbDataFormat augmentJaxbDataFormatDefinition(org.apache.camel.model.dataformat.JaxbDataFormat jaxbDataFormat)
Clones the passed JaxbDataFormat and then augments it with with Drools related namespaces

Parameters:
jaxbDataFormat -
Returns:

Kie :: Camel 6.1.0.Beta4

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.