public static interface XmlSignatureEndpointBuilderFactory.XmlSignatureBuilders
| Modifier and Type | Method and Description |
|---|---|
default XmlSignatureEndpointBuilderFactory.XmlSignatureEndpointBuilder |
xmlsecurity(String path)
XML Security (camel-xmlsecurity)
Used to sign and verify exchanges using the XML signature
specification.
|
default XmlSignatureEndpointBuilderFactory.XmlSignatureEndpointBuilder xmlsecurity(String path)
xmlsecurity:command:name
Path parameter: command (required)
Whether to sign or verify.
The value can be one of: sign, verify
Path parameter: name (required)
The name part in the URI can be chosen by the user to distinguish
between different signer/verifier endpoints within the camel context.Apache Camel