@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface XmlSignatureEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XmlSignatureEndpointBuilderFactory.AdvancedXmlSignatureEndpointBuilder
Advanced builder for endpoint for the XML Security component.
|
static interface |
XmlSignatureEndpointBuilderFactory.XmlSignatureBuilders |
static interface |
XmlSignatureEndpointBuilderFactory.XmlSignatureEndpointBuilder
Builder for endpoint for the XML Security component.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlSignatureEndpointBuilderFactory.XmlSignatureEndpointBuilder |
xmlsecurity(String path)
XML Security (camel-xmlsecurity)
Used to sign and verify exchanges using the XML signature specification.
|
static 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