Uses of Class
org.apache.camel.component.xmlsecurity.processor.XmlSignerConfiguration
Packages that use XmlSignerConfiguration
Package
Description
-
Uses of XmlSignerConfiguration in org.apache.camel.component.xmlsecurity
Methods in org.apache.camel.component.xmlsecurity that return XmlSignerConfigurationModifier and TypeMethodDescriptionXmlSignerEndpoint.getConfiguration()XmlSignerComponent.getSignerConfiguration()Methods in org.apache.camel.component.xmlsecurity with parameters of type XmlSignerConfigurationModifier and TypeMethodDescriptionvoidXmlSignerEndpoint.setConfiguration(XmlSignerConfiguration configuration) ConfigurationvoidXmlSignerComponent.setSignerConfiguration(XmlSignerConfiguration signerConfiguration) To use a shared XmlSignerConfiguration configuration to use as base for configuring endpoints.Constructors in org.apache.camel.component.xmlsecurity with parameters of type XmlSignerConfigurationModifierConstructorDescriptionXmlSignerEndpoint(String uri, XmlSignerComponent component, XmlSignerConfiguration configuration) -
Uses of XmlSignerConfiguration in org.apache.camel.component.xmlsecurity.processor
Methods in org.apache.camel.component.xmlsecurity.processor that return XmlSignerConfigurationModifier and TypeMethodDescriptionXmlSignerConfiguration.copy()XmlSignerProcessor.getConfiguration()Constructors in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignerConfigurationModifierConstructorDescriptionXmlSignerProcessor(org.apache.camel.CamelContext context, XmlSignerConfiguration config)