public static interface XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder |
basic() |
default XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder |
uriDereferencer(Object uriDereferencer)
If you want to restrict the remote access via reference URIs, you can
set an own dereferencer.
|
default XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder |
uriDereferencer(String uriDereferencer)
If you want to restrict the remote access via reference URIs, you can
set an own dereferencer.
|
default XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder basic()
default XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder synchronous(String synchronous)
synchronous - the value to setdefault XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder uriDereferencer(Object uriDereferencer)
uriDereferencer - the value to setdefault XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder uriDereferencer(String uriDereferencer)
uriDereferencer - the value to setApache Camel