@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface XmlSignerEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder
Advanced builder for endpoint for the XML Security Sign component.
|
static interface |
XmlSignerEndpointBuilderFactory.XmlSignerBuilders |
static interface |
XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder
Builder for endpoint for the XML Security Sign component.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder |
xmlsecuritySign(String path)
XML Security Sign (camel-xmlsecurity)
Used to sign exchanges using the XML signature specification.
|
static XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder xmlsecuritySign(String path)
xmlsecurity-sign:name
Path parameter: name (required)
The name part in the URI can be chosen by the user to distinguish between
different signer endpoints within the camel context.Apache Camel