Interface CxfEndpointBuilderFactory.CxfBuilders

    • Method Detail

      • cxf

        default CxfEndpointBuilderFactory.CxfEndpointBuilder cxf​(String path)
        CXF (camel-cxf) Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client. Category: soap,webservice Since: 1.0 Maven coordinates: org.apache.camel:camel-cxf 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) Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client. Category: soap,webservice Since: 1.0 Maven coordinates: org.apache.camel:camel-cxf 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