- All Implemented Interfaces:
org.apache.camel.Expression
public class ASN1Splitter
extends Object
implements org.apache.camel.Expression
-
Constructor Summary
Constructors
-
Method Summary
evaluate(org.apache.camel.Exchange exchange)
<T> T
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.Expression
init
-
Constructor Details
-
ASN1Splitter
public ASN1Splitter()
-
Method Details
-
evaluate
public Object evaluate(org.apache.camel.Exchange exchange)
-
evaluate
public <T> T evaluate(org.apache.camel.Exchange exchange,
Class<T> type)
- Specified by:
evaluate in interface org.apache.camel.Expression