org.apache.camel.component.crypto.processor
Class VerifyingProcessor
java.lang.Object
org.apache.camel.component.crypto.processor.DigitalSignatureProcessor
org.apache.camel.component.crypto.processor.VerifyingProcessor
- All Implemented Interfaces:
- Processor
public class VerifyingProcessor
- extends DigitalSignatureProcessor
VerifyingProcessor
|
Method Summary |
void |
process(Exchange exchange)
Processes the message exchange |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyingProcessor
public VerifyingProcessor(DigitalSignatureConfiguration configuration)
process
public void process(Exchange exchange)
throws Exception
- Description copied from interface:
Processor
- Processes the message exchange
- Parameters:
exchange - the message exchange
- Throws:
Exception - if an internal processing error has occurred.
Apache CAMEL