Interface CxfEndpointBuilderFactory.CxfBuilders

    • Method Detail

      • cxf

        default CxfEndpointBuilderFactory.CxfHeaderNameBuilder cxf()
        CXF (camel-cxf-soap) 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-soap
        Returns:
        the dsl builder for the headers' name.
      • cxf

        default CxfEndpointBuilderFactory.CxfEndpointBuilder cxf​(String path)
        CXF (camel-cxf-soap) 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-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: soap,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