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
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static ResteasyComponentBuilderFactory.ResteasyComponentBuilder
resteasy()
Deprecated.
-
-
-
Method Detail
-
resteasy
@Deprecated static ResteasyComponentBuilderFactory.ResteasyComponentBuilder resteasy()
Deprecated.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
-
-