Uses of Interface
org.apache.camel.builder.endpoint.dsl.RestEndpointBuilderFactory.RestEndpointBuilder
Packages that use RestEndpointBuilderFactory.RestEndpointBuilder
-
Uses of RestEndpointBuilderFactory.RestEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return RestEndpointBuilderFactory.RestEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.restEndpoint(String path) REST (camel-rest) Expose REST services or call external REST services.StaticEndpointBuilders.restEndpoint(String componentName, String path) REST (camel-rest) Expose REST services or call external REST services. -
Uses of RestEndpointBuilderFactory.RestEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return RestEndpointBuilderFactory.RestEndpointBuilderModifier and TypeMethodDescriptionRestEndpointBuilderFactory.AdvancedRestEndpointBuilder.basic()Media type such as: 'text/xml', or 'application/json' this REST service accepts.RestEndpointBuilderFactory.endpointBuilder(String componentName, String path) To declare the incoming POJO binding type as a FQN class name.To declare the outgoing POJO binding type as a FQN class name.Media type such as: 'text/xml', or 'application/json' this REST service returns.RestEndpointBuilderFactory.RestBuilders.restEndpoint(String path) REST (camel-rest) Expose REST services or call external REST services.RestEndpointBuilderFactory.RestBuilders.restEndpoint(String componentName, String path) REST (camel-rest) Expose REST services or call external REST services.Name of the route this REST services creates.