org.apache.camel.example.gauth
Class TutorialRouteBuilder
java.lang.Object
org.apache.camel.builder.BuilderSupport
org.apache.camel.builder.RouteBuilder
org.apache.camel.example.gauth.TutorialRouteBuilder
- All Implemented Interfaces:
- RoutesBuilder
public class TutorialRouteBuilder
- extends RouteBuilder
Builds the OAuth-specific routes (implements the OAuth integration layer) of the demo application.
|
Method Summary |
void |
configure()
Called on initialization to build the routes using the fluent builder syntax.
This is a central method for RouteBuilder implementations to implement
the routes using the Java fluent builder syntax. |
void |
setApplication(String application)
Sets the name of the GAE application. |
| Methods inherited from class org.apache.camel.builder.RouteBuilder |
addRoutes, addRoutesToCamelContext, checkInitialized, configureRoute, configureRoutes, createContainer, errorHandler, from, from, from, from, fromF, getContext, getRouteCollection, includeRoutes, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, onCompletion, onException, onException, populateRoutes, setErrorHandlerBuilder, setRouteCollection, toString |
| Methods inherited from class org.apache.camel.builder.BuilderSupport |
bean, bean, bean, bean, body, body, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, faultBody, faultBodyAs, getErrorHandlerBuilder, header, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, noErrorHandler, outBody, outBody, property, regexReplaceAll, regexReplaceAll, sendTo, setContext, simple, systemProperty, systemProperty, xpath |
TutorialRouteBuilder
public TutorialRouteBuilder()
setApplication
public void setApplication(String application)
- Sets the name of the GAE application.
- Parameters:
application - a GAE application name.
configure
public void configure()
throws Exception
- Description copied from class:
RouteBuilder
- Called on initialization to build the routes using the fluent builder syntax.
This is a central method for RouteBuilder implementations to implement
the routes using the Java fluent builder syntax.
- Specified by:
configure in class RouteBuilder
- Throws:
Exception - can be thrown during configuration
Apache CAMEL