|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.model.OptionalIdentifiedDefinition
org.apache.camel.model.ProcessorDefinition<Type>
org.apache.camel.model.OutputDefinition<InterceptDefinition>
org.apache.camel.model.InterceptDefinition
public class InterceptDefinition
Represents an XML <intercept/> element
Field Summary | |
---|---|
protected List<Processor> |
intercepted
|
protected Processor |
output
|
Fields inherited from class org.apache.camel.model.OutputDefinition |
---|
outputs |
Fields inherited from class org.apache.camel.model.ProcessorDefinition |
---|
errorHandlerBuilder, errorHandlerRef, inheritErrorHandler, log |
Constructor Summary | |
---|---|
InterceptDefinition()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
This method is only for handling some post configuration that is needed from the Spring DSL side as JAXB does not invoke the fluent builders, so we need to manually handle this afterwards, and since this is an interceptor it has to do a bit of magic logic to fixup to handle predicates with or without proceed/stop set as well. |
Processor |
createProcessor(RouteContext routeContext)
Override this in definition class and implement logic to create the processor based on the definition model. |
Processor |
getInterceptedProcessor(int index)
|
String |
getLabel()
Returns a label to describe this node such as the expression if some kind of expression node |
String |
getShortName()
Returns a short name for this node which can be useful for ID generation or referring to related resources like images |
boolean |
isAbstract()
Whether this model is abstract or not. |
String |
toString()
|
ChoiceDefinition |
when(Predicate predicate)
Applies this interceptor only if the given predicate is true |
Methods inherited from class org.apache.camel.model.OutputDefinition |
---|
getOutputs, isOutputSupported, setOutputs |
Methods inherited from class org.apache.camel.model.OptionalIdentifiedDefinition |
---|
description, getDescription, getDescriptionText, getId, hasCustomIdAssigned, idOrCreate, setDescription, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Processor output
protected final List<Processor> intercepted
Constructor Detail |
---|
public InterceptDefinition()
Method Detail |
---|
public String toString()
toString
in class OutputDefinition<InterceptDefinition>
public String getShortName()
OptionalIdentifiedDefinition
getShortName
in class OutputDefinition<InterceptDefinition>
public String getLabel()
ProcessorDefinition
getLabel
in class ProcessorDefinition<InterceptDefinition>
public boolean isAbstract()
ProcessorDefinition
isAbstract
in class ProcessorDefinition<InterceptDefinition>
public Processor createProcessor(RouteContext routeContext) throws Exception
ProcessorDefinition
createProcessor
in class ProcessorDefinition<InterceptDefinition>
Exception
public ChoiceDefinition when(Predicate predicate)
predicate
- the predicate
public void afterPropertiesSet()
public Processor getInterceptedProcessor(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |