org.apache.camel.component.xmlsecurity.api
Interface XmlSignatureProperties


public interface XmlSignatureProperties

You can provide further XML objects and references which will be added by the XML signature generator to the XML signature.


Nested Class Summary
static interface XmlSignatureProperties.Input
           
static class XmlSignatureProperties.Output
           
 
Method Summary
 XmlSignatureProperties.Output get(XmlSignatureProperties.Input input)
          Returns further configuration objects for the XML signature
 

Method Detail

get

XmlSignatureProperties.Output get(XmlSignatureProperties.Input input)
                                  throws Exception
Returns further configuration objects for the XML signature

Parameters:
input - input
Returns:
output must not be null
Throws:
Exception - if an error occurs during creating the output


Apache Camel