org.apache.camel.component.xmlsecurity.processor
Class XmlSignatureProcessor

java.lang.Object
  extended by org.apache.camel.component.xmlsecurity.processor.XmlSignatureProcessor
All Implemented Interfaces:
org.apache.camel.Processor
Direct Known Subclasses:
XmlSignerProcessor, XmlVerifierProcessor

public abstract class XmlSignatureProcessor
extends Object
implements org.apache.camel.Processor


Constructor Summary
XmlSignatureProcessor()
           
 
Method Summary
protected  void clearMessageHeaders(org.apache.camel.Message message)
           
abstract  XmlSignatureConfiguration getConfiguration()
           
protected  void setCryptoContextProperties(XMLCryptoContext cryptoContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Processor
process
 

Constructor Detail

XmlSignatureProcessor

public XmlSignatureProcessor()
Method Detail

getConfiguration

public abstract XmlSignatureConfiguration getConfiguration()

setCryptoContextProperties

protected void setCryptoContextProperties(XMLCryptoContext cryptoContext)

clearMessageHeaders

protected void clearMessageHeaders(org.apache.camel.Message message)


Apache Camel