|
||||||||||
| 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 void populateRoutes(List<Route> answer)
throws Exception
Exceptionpublic List<RouteType> getRoutes()
RouteContainer
getRoutes in interface RouteContainerpublic void setRoutes(List<RouteType> routes)
RouteContainer
setRoutes in interface RouteContainerpublic 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 getInheritErrorHandlerFlag()
public void setInheritErrorHandlerFlag(Boolean inheritErrorHandlerFlag)
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 OtherwiseType intercept(Predicate predicate)
public ExceptionType exception(Class exceptionType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||