Interface CxfEndpointBuilderFactory.CxfBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
CxfEndpointBuilderFactory

public static interface CxfEndpointBuilderFactory.CxfBuilders
  • Method Details

    • cxf

      CXF (camel-cxf-soap) Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client. Category: http,webservice Since: 1.0 Maven coordinates: org.apache.camel:camel-cxf-soap
      Returns:
      the dsl builder for the headers' name.
    • cxf

      CXF (camel-cxf-soap) Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client. Category: http,webservice Since: 1.0 Maven coordinates: org.apache.camel:camel-cxf-soap Syntax: cxf:beanId:address Path parameter: beanId To lookup an existing configured CxfEndpoint. Must used bean: as prefix. Path parameter: address The service publish address.
      Parameters:
      path - beanId:address
      Returns:
      the dsl builder
    • cxf

      default CxfEndpointBuilderFactory.CxfEndpointBuilder cxf(String componentName, String path)
      CXF (camel-cxf-soap) Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client. Category: http,webservice Since: 1.0 Maven coordinates: org.apache.camel:camel-cxf-soap Syntax: cxf:beanId:address Path parameter: beanId To lookup an existing configured CxfEndpoint. Must used bean: as prefix. Path parameter: address The service publish address.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - beanId:address
      Returns:
      the dsl builder