|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.builder.AdviceWithBuilder
public class AdviceWithBuilder
A builder when using the advice with feature.
Constructor Summary | |
---|---|
AdviceWithBuilder(AdviceWithRouteBuilder builder,
String id,
String toString)
|
Method Summary | |
---|---|
ProcessorDefinition |
after()
Insert the following node(s) after the matched node(s) |
ProcessorDefinition |
before()
Insert the following node(s) before the matched node(s) |
void |
remove()
Removes the matched node(s) |
ProcessorDefinition |
replace()
Replaces the matched node(s) with the following nodes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdviceWithBuilder(AdviceWithRouteBuilder builder, String id, String toString)
Method Detail |
---|
public ProcessorDefinition replace()
public void remove()
public ProcessorDefinition before()
public ProcessorDefinition after()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |