Uses of Interface
org.apache.camel.builder.endpoint.dsl.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder
Packages that use CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder
-
Uses of CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the CXF-RS component.Methods in org.apache.camel.builder.endpoint.dsl that return CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderModifier and TypeMethodDescriptionCxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointConsumerBuilder.basic()CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.bindingStyle(String bindingStyle) Sets how requests and responses will be mapped to/from Camel.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.bindingStyle(org.apache.camel.component.cxf.jaxrs.BindingStyle bindingStyle) Sets how requests and responses will be mapped to/from Camel.Set the feature list to the CxfRs endpoint.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.features(List<org.apache.cxf.feature.Feature> features) Set the feature list to the CxfRs endpoint.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.loggingFeatureEnabled(boolean loggingFeatureEnabled) This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.loggingFeatureEnabled(String loggingFeatureEnabled) This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.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.CxfRsEndpointConsumerBuilder.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.CxfRsEndpointConsumerBuilder.publishedEndpointUrl(String publishedEndpointUrl) This option can override the endpointUrl that published from the WADL which can be accessed with resource address url plus _wadl.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.resourceClasses(String resourceClasses) The resource classes which you want to export as REST service.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.resourceClasses(List<Class<Object>> resourceClasses) The resource classes which you want to export as REST service.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.schemaLocations(String schemaLocations) Sets the locations of the schema(s) which can be used to validate the incoming XML or JAXB-driven JSON.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.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.CxfRsEndpointConsumerBuilder.skipFaultLogging(boolean skipFaultLogging) This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.skipFaultLogging(String skipFaultLogging) This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.