Uses of Class
org.apache.camel.component.xmlsecurity.processor.XmlSignerConfiguration
-
Packages that use XmlSignerConfiguration Package Description org.apache.camel.component.xmlsecurity org.apache.camel.component.xmlsecurity.processor -
-
Uses of XmlSignerConfiguration in org.apache.camel.component.xmlsecurity
Methods in org.apache.camel.component.xmlsecurity that return XmlSignerConfiguration Modifier and Type Method Description XmlSignerConfigurationXmlSignerEndpoint. getConfiguration()XmlSignerConfigurationXmlSignerComponent. getSignerConfiguration()Methods in org.apache.camel.component.xmlsecurity with parameters of type XmlSignerConfiguration Modifier and Type Method Description voidXmlSignerEndpoint. 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 XmlSignerConfiguration Constructor Description XmlSignerEndpoint(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 XmlSignerConfiguration Modifier and Type Method Description XmlSignerConfigurationXmlSignerConfiguration. copy()XmlSignerConfigurationXmlSignerProcessor. getConfiguration()Constructors in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignerConfiguration Constructor Description XmlSignerProcessor(org.apache.camel.CamelContext context, XmlSignerConfiguration config)
-