Interface WordpressEndpointBuilderFactory.WordpressBuilders

    • Method Detail

      • wordpress

        default WordpressEndpointBuilderFactory.WordpressEndpointBuilder wordpress​(String path)
        Wordpress (camel-wordpress) Manage posts and users using Wordpress API. Category: cloud,api,cms Since: 2.21 Maven coordinates: org.apache.camel:camel-wordpress Syntax: wordpress:operation Path parameter: operation (required) The endpoint operation. There are 2 enums and the value can be one of: post, user Path parameter: operationDetail The second part of an endpoint operation. Needed only when endpoint semantic is not enough, like wordpress:post:delete There are 1 enums and the value can be one of: delete
        Parameters:
        path - operation
        Returns:
        the dsl builder
      • wordpress

        default WordpressEndpointBuilderFactory.WordpressEndpointBuilder wordpress​(String componentName,
                                                                                   String path)
        Wordpress (camel-wordpress) Manage posts and users using Wordpress API. Category: cloud,api,cms Since: 2.21 Maven coordinates: org.apache.camel:camel-wordpress Syntax: wordpress:operation Path parameter: operation (required) The endpoint operation. There are 2 enums and the value can be one of: post, user Path parameter: operationDetail The second part of an endpoint operation. Needed only when endpoint semantic is not enough, like wordpress:post:delete There are 1 enums and the value can be one of: delete
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - operation
        Returns:
        the dsl builder