|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.model.RoutesType
public class RoutesType
Represents a collection of routes
Constructor Summary | |
---|---|
RoutesType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RoutesType()
Method Detail |
---|
public String toString()
toString
in class Object
public List<RouteType> getRoutes()
RouteContainer
getRoutes
in interface RouteContainer
public void setRoutes(List<RouteType> routes)
RouteContainer
setRoutes
in interface RouteContainer
public List<InterceptorType> getInterceptors()
public void setInterceptors(List<InterceptorType> interceptors)
public List<InterceptType> getIntercepts()
public void setIntercepts(List<InterceptType> intercepts)
public List<ExceptionType> getExceptions()
public void setExceptions(List<ExceptionType> exceptions)
public CamelContext getCamelContext()
public void setCamelContext(CamelContext camelContext)
public boolean isInheritErrorHandler()
public Boolean getInheritErrorHandlerFlag()
public void setInheritErrorHandlerFlag(Boolean inheritErrorHandlerFlag)
public ErrorHandlerBuilder getErrorHandlerBuilder()
public void setErrorHandlerBuilder(ErrorHandlerBuilder errorHandlerBuilder)
public RouteType route()
public RouteType from(String uri)
public RouteType from(Endpoint endpoint)
public RouteType route(RouteType route)
public RoutesType intercept(DelegateProcessor interceptor)
public InterceptType intercept()
public ChoiceType intercept(Predicate predicate)
public ExceptionType exception(Class exceptionType)
protected RouteType createRoute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |