@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface CxfRsEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder
Advanced builder for endpoint for the CXF-RS component.
|
static interface |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointConsumerBuilder
Advanced builder for endpoint consumers for the CXF-RS component.
|
static interface |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointProducerBuilder
Advanced builder for endpoint producers for the CXF-RS component.
|
static class |
CxfRsEndpointBuilderFactory.BindingStyle
Proxy enum for
org.apache.camel.component.cxf.jaxrs.BindingStyle enum. |
static interface |
CxfRsEndpointBuilderFactory.CxfRsBuilders |
static interface |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder
Builder for endpoint for the CXF-RS component.
|
static interface |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder
Builder for endpoint consumers for the CXF-RS component.
|
static interface |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder
Builder for endpoint producers for the CXF-RS component.
|
| Modifier and Type | Method and Description |
|---|---|
static CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
cxfrs(String path)
CXF-RS (camel-cxf)
The cxfrs component is used for JAX-RS REST services using Apache CXF.
|
static CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder cxfrs(String path)
cxfrs:beanId:address
Path parameter: beanId
To lookup an existing configured CxfRsEndpoint. Must used bean: as
prefix.
Path parameter: address
The service publish address.Apache Camel