|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.model.ProcessorType
org.apache.camel.model.ResequencerType
public class ResequencerType
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.model.ProcessorType |
|---|
DEFAULT_TRACE_CATEGORY |
| Constructor Summary | |
|---|---|
ResequencerType()
|
|
ResequencerType(List<Expression> expressions)
|
|
| Method Summary | |
|---|---|
void |
addRoutes(RouteContext routeContext,
Collection<Route> routes)
|
List<ExpressionType> |
getExpressions()
|
List<InterceptorType> |
getInterceptors()
|
List<ProcessorType> |
getOutputs()
|
void |
setInterceptors(List<InterceptorType> interceptors)
|
void |
setOutputs(List<ProcessorType> outputs)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResequencerType()
public ResequencerType(List<Expression> expressions)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic List<ExpressionType> getExpressions()
public List<InterceptorType> getInterceptors()
getInterceptors in class ProcessorTypepublic void setInterceptors(List<InterceptorType> interceptors)
public List<ProcessorType> getOutputs()
getOutputs in class ProcessorTypepublic void setOutputs(List<ProcessorType> outputs)
public void addRoutes(RouteContext routeContext,
Collection<Route> routes)
throws Exception
addRoutes in class ProcessorTypeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||