Interface ResteasyComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface ResteasyComponentBuilderFactory
Expose REST endpoints and access external REST servers. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ResteasyComponentBuilderFactory.ResteasyComponentBuilder
Builder for the Resteasy component.static class
ResteasyComponentBuilderFactory.ResteasyComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static ResteasyComponentBuilderFactory.ResteasyComponentBuilder
resteasy()
Resteasy (camel-resteasy) Expose REST endpoints and access external REST servers.
-
-
-
Method Detail
-
resteasy
static ResteasyComponentBuilderFactory.ResteasyComponentBuilder resteasy()
Resteasy (camel-resteasy) Expose REST endpoints and access external REST servers. Category: rest Since: 3.4 Maven coordinates: org.apache.camel:camel-resteasy- Returns:
- the dsl builder
-
-