Package org.apache.camel.component.rest
Class DefaultRestRegistry
- java.lang.Object
-
- org.apache.camel.support.service.BaseService
-
- org.apache.camel.support.service.ServiceSupport
-
- org.apache.camel.component.rest.DefaultRestRegistry
-
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.CamelContextAware,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.RestRegistry,org.apache.camel.StatefulService,org.apache.camel.StaticService,org.apache.camel.SuspendableService
public class DefaultRestRegistry extends org.apache.camel.support.service.ServiceSupport implements org.apache.camel.StaticService, org.apache.camel.spi.RestRegistry, org.apache.camel.CamelContextAware
-
-
Constructor Summary
Constructors Constructor Description DefaultRestRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRestService(org.apache.camel.Consumer consumer, String url, String baseUrl, String basePath, String uriTemplate, String method, String consumes, String produces, String inType, String outType, String routeId, String description)StringapiDocAsJson()protected voiddoStart()protected voiddoStop()org.apache.camel.CamelContextgetCamelContext()List<org.apache.camel.spi.RestRegistry.RestService>listAllRestServices()voidremoveRestService(org.apache.camel.Consumer consumer)voidsetCamelContext(org.apache.camel.CamelContext camelContext)intsize()-
Methods inherited from class org.apache.camel.support.service.BaseService
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
addRestService
public void addRestService(org.apache.camel.Consumer consumer, String url, String baseUrl, String basePath, String uriTemplate, String method, String consumes, String produces, String inType, String outType, String routeId, String description)- Specified by:
addRestServicein interfaceorg.apache.camel.spi.RestRegistry
-
removeRestService
public void removeRestService(org.apache.camel.Consumer consumer)
- Specified by:
removeRestServicein interfaceorg.apache.camel.spi.RestRegistry
-
listAllRestServices
public List<org.apache.camel.spi.RestRegistry.RestService> listAllRestServices()
- Specified by:
listAllRestServicesin interfaceorg.apache.camel.spi.RestRegistry
-
size
public int size()
- Specified by:
sizein interfaceorg.apache.camel.spi.RestRegistry
-
apiDocAsJson
public String apiDocAsJson()
- Specified by:
apiDocAsJsonin interfaceorg.apache.camel.spi.RestRegistry
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext()
- Specified by:
getCamelContextin interfaceorg.apache.camel.CamelContextAware
-
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext)
- Specified by:
setCamelContextin interfaceorg.apache.camel.CamelContextAware
-
doStart
protected void doStart() throws Exception- Overrides:
doStartin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-
-