|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.model.OptionalIdentifiedType<Type>
org.apache.camel.model.ProcessorDefinition<Type>
org.apache.camel.model.OutputDefinition<ProcessorDefinition>
org.apache.camel.model.InterceptSendToEndpointDefinition
public class InterceptSendToEndpointDefinition
Represents an XML <interceptToEndpoint/> element
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.model.OutputDefinition |
|---|
outputs |
| Fields inherited from class org.apache.camel.model.OptionalIdentifiedType |
|---|
nodeCounters |
| Constructor Summary | |
|---|---|
InterceptSendToEndpointDefinition()
|
|
InterceptSendToEndpointDefinition(String uri)
|
|
| 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)
|
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 |
getSkipSendToOriginalEndpoint()
|
String |
getUri()
|
void |
setSkipSendToOriginalEndpoint(Boolean skipSendToOriginalEndpoint)
|
void |
setUri(String uri)
|
InterceptSendToEndpointDefinition |
skipSendToOriginalEndpoint()
Skip sending the Exchange to the original intended endpoint |
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, setOutputs |
| Methods inherited from class org.apache.camel.model.OptionalIdentifiedType |
|---|
createId, description, getDescription, getId, getNodeCounter, hasCustomIdAssigned, idOrCreate, setDescription, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InterceptSendToEndpointDefinition()
public InterceptSendToEndpointDefinition(String uri)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getShortName()
OptionalIdentifiedType
getShortName in class OptionalIdentifiedType<ProcessorDefinition>public String getLabel()
ProcessorDefinition
getLabel in class ProcessorDefinition<ProcessorDefinition>
public Processor createProcessor(RouteContext routeContext)
throws Exception
createProcessor in class ProcessorDefinition<ProcessorDefinition>Exceptionpublic ChoiceDefinition when(Predicate predicate)
predicate - the predicate
public InterceptSendToEndpointDefinition skipSendToOriginalEndpoint()
Exchange to the original intended endpoint
public void afterPropertiesSet()
public Boolean getSkipSendToOriginalEndpoint()
public void setSkipSendToOriginalEndpoint(Boolean skipSendToOriginalEndpoint)
public String getUri()
public void setUri(String uri)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||