Uses of Class
org.chenile.core.entrypoint.ChenileEntryPoint
Packages that use ChenileEntryPoint
Package
Description
Chenile core beans are initialized in Spring.
Event processing and logging classes.
Contains the Gherkin language support for Non Rest interactions
This package defines the HTTP entry point for invoking a Chenile service.
Contains HTTP service initialization code.
Pub Sub Entry Point.
-
Uses of ChenileEntryPoint in org.chenile.configuration.core
Methods in org.chenile.configuration.core that return ChenileEntryPoint -
Uses of ChenileEntryPoint in org.chenile.core.event
Fields in org.chenile.core.event declared as ChenileEntryPointModifier and TypeFieldDescription(package private) ChenileEntryPointEventProcessor.chenileEntryPoint -
Uses of ChenileEntryPoint in org.chenile.cucumber.nonrest
Fields in org.chenile.cucumber.nonrest declared as ChenileEntryPointModifier and TypeFieldDescription(package private) ChenileEntryPointCukesSteps.chenileEntryPoint -
Uses of ChenileEntryPoint in org.chenile.filewatch.handler
Fields in org.chenile.filewatch.handler declared as ChenileEntryPoint -
Uses of ChenileEntryPoint in org.chenile.http.handler
Fields in org.chenile.http.handler declared as ChenileEntryPointModifier and TypeFieldDescription(package private) ChenileEntryPointControllerSupport.chenileEntryPointprivate final ChenileEntryPointHttpEntryPoint.chenileEntryPointConstructors in org.chenile.http.handler with parameters of type ChenileEntryPointModifierConstructorDescriptionHttpEntryPoint(ChenileServiceDefinition serviceDefinition, OperationDefinition operationDefinition, ChenileEntryPoint chenileEntryPoint) -
Uses of ChenileEntryPoint in org.chenile.http.init
Fields in org.chenile.http.init declared as ChenileEntryPoint -
Uses of ChenileEntryPoint in org.chenile.proxy.invoker
Fields in org.chenile.proxy.invoker declared as ChenileEntryPoint -
Uses of ChenileEntryPoint in org.chenile.pubsub.entry
Fields in org.chenile.pubsub.entry declared as ChenileEntryPoint -
Uses of ChenileEntryPoint in org.chenile.scheduler.init
Fields in org.chenile.scheduler.init declared as ChenileEntryPoint -
Uses of ChenileEntryPoint in org.chenile.scheduler.jobs
Methods in org.chenile.scheduler.jobs that return ChenileEntryPointModifier and TypeMethodDescriptionprivate ChenileEntryPointScheduledJob.getChenileEntryPoint(org.quartz.JobExecutionContext context)