Interface XmlVerifierEndpointBuilderFactory.XmlVerifierBuilders

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

public static interface XmlVerifierEndpointBuilderFactory.XmlVerifierBuilders
  • Method Details

    • xmlsecurityVerify

      XML Security Verify (camel-xmlsecurity) Verify XML payloads using the XML signature specification. Category: security,transformation Since: 2.12 Maven coordinates: org.apache.camel:camel-xmlsecurity
      Returns:
      the dsl builder for the headers' name.
    • xmlsecurityVerify

      XML Security Verify (camel-xmlsecurity) Verify XML payloads using the XML signature specification. Category: security,transformation Since: 2.12 Maven coordinates: org.apache.camel:camel-xmlsecurity Syntax: xmlsecurity-verify:name Path parameter: name (required) The name part in the URI can be chosen by the user to distinguish between different verify endpoints within the camel context.
      Parameters:
      path - name
      Returns:
      the dsl builder
    • xmlsecurityVerify

      default XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder xmlsecurityVerify(String componentName, String path)
      XML Security Verify (camel-xmlsecurity) Verify XML payloads using the XML signature specification. Category: security,transformation Since: 2.12 Maven coordinates: org.apache.camel:camel-xmlsecurity Syntax: xmlsecurity-verify:name Path parameter: name (required) The name part in the URI can be chosen by the user to distinguish between different verify endpoints within the camel context.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - name
      Returns:
      the dsl builder