Uses of Interface
org.apache.camel.builder.endpoint.dsl.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder
Packages that use CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder
-
Uses of CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return CxfRsEndpointBuilderFactory.CxfRsEndpointBuilderModifier and TypeMethodDescriptionCXF-RS (camel-cxf-rest) Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client.CXF-RS (camel-cxf-rest) Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client. -
Uses of CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CxfRsEndpointBuilderFactory.CxfRsEndpointBuilderModifier and TypeMethodDescriptionCxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.basic()CXF-RS (camel-cxf-rest) Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client.CXF-RS (camel-cxf-rest) Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client.CxfRsEndpointBuilderFactory.endpointBuilder(String componentName, String path) Set the feature list to the CxfRs endpoint.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.features(List<org.apache.cxf.feature.Feature> features) Set the feature list to the CxfRs endpoint.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.loggingFeatureEnabled(boolean loggingFeatureEnabled) This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.loggingFeatureEnabled(String loggingFeatureEnabled) This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.loggingSizeLimit(int loggingSizeLimit) To limit the total size of number of bytes the logger will output when logging feature has been enabled and -1 for no limit.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.loggingSizeLimit(String loggingSizeLimit) To limit the total size of number of bytes the logger will output when logging feature has been enabled and -1 for no limit.This option is used to specify the model file which is useful for the resource class without annotation.Set custom JAX-RS provider(s) list to the CxfRs endpoint.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.resourceClasses(String resourceClasses) The resource classes which you want to export as REST service.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.resourceClasses(List<Class<Object>> resourceClasses) The resource classes which you want to export as REST service.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.schemaLocations(String schemaLocations) Sets the locations of the schema(s) which can be used to validate the incoming XML or JAXB-driven JSON.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.schemaLocations(List<String> schemaLocations) Sets the locations of the schema(s) which can be used to validate the incoming XML or JAXB-driven JSON.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.skipFaultLogging(boolean skipFaultLogging) This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.skipFaultLogging(String skipFaultLogging) This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.