Package org.apache.camel.openapi
Class RestOpenApiProcessor
java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.openapi.RestOpenApiProcessor
- All Implemented Interfaces:
- AutoCloseable,- org.apache.camel.CamelContextAware,- org.apache.camel.Processor,- org.apache.camel.Service,- org.apache.camel.ShutdownableService,- org.apache.camel.spi.HasCamelContext,- org.apache.camel.StatefulService,- org.apache.camel.SuspendableService
public class RestOpenApiProcessor
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.Processor, org.apache.camel.CamelContextAware
- 
Field SummaryFields inherited from class org.apache.camel.support.service.BaseServiceBUILT, FAILED, INITIALIZED, INITIALIZING, lock, NEW, SHUTDOWN, SHUTTING_DOWN, STARTED, STARTING, status, STOPPED, STOPPING, SUSPENDED, SUSPENDING
- 
Constructor SummaryConstructorsConstructorDescriptionRestOpenApiProcessor(Map<String, Object> parameters, org.apache.camel.spi.RestConfiguration configuration) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoInit()org.apache.camel.CamelContextvoidprocess(org.apache.camel.Exchange exchange) voidsetCamelContext(org.apache.camel.CamelContext camelContext) Methods inherited from class org.apache.camel.support.service.BaseServicebuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doStart, doStop, doSuspend, fail, getInternalLock, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.Servicebuild, close, init, start, stopMethods inherited from interface org.apache.camel.ShutdownableServiceshutdownMethods inherited from interface org.apache.camel.StatefulServicegetStatus, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspendingMethods inherited from interface org.apache.camel.SuspendableServiceisSuspended, resume, suspend
- 
Constructor Details- 
RestOpenApiProcessor
 
- 
- 
Method Details- 
getCamelContextpublic org.apache.camel.CamelContext getCamelContext()- Specified by:
- getCamelContextin interface- org.apache.camel.spi.HasCamelContext
 
- 
setCamelContextpublic void setCamelContext(org.apache.camel.CamelContext camelContext) - Specified by:
- setCamelContextin interface- org.apache.camel.CamelContextAware
 
- 
doInit- Overrides:
- doInitin class- org.apache.camel.support.service.BaseService
- Throws:
- Exception
 
- 
process- Specified by:
- processin interface- org.apache.camel.Processor
- Throws:
- Exception
 
 
-