Uses of Class
org.apache.camel.component.xmlsecurity.processor.XmlSignerConfiguration

Packages that use XmlSignerConfiguration
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
 XmlSignerConfiguration XmlSignerEndpoint.getConfiguration()
           
 XmlSignerConfiguration XmlSignatureComponent.getSignerConfiguration()
           
 

Methods in org.apache.camel.component.xmlsecurity with parameters of type XmlSignerConfiguration
 void XmlSignerEndpoint.setConfiguration(XmlSignerConfiguration configuration)
           
 void XmlSignatureComponent.setSignerConfiguration(XmlSignerConfiguration signerConfiguration)
           
 

Constructors in org.apache.camel.component.xmlsecurity with parameters of type XmlSignerConfiguration
XmlSignerEndpoint(String uri, XmlSignatureComponent component, XmlSignerConfiguration configuration)
           
 

Uses of XmlSignerConfiguration in org.apache.camel.component.xmlsecurity.processor
 

Methods in org.apache.camel.component.xmlsecurity.processor that return XmlSignerConfiguration
 XmlSignerConfiguration XmlSignerConfiguration.copy()
           
 XmlSignerConfiguration XmlSignerProcessor.getConfiguration()
           
 

Constructors in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignerConfiguration
XmlSignerProcessor(XmlSignerConfiguration config)
           
 



Apache Camel