org.apache.camel.dataformat.zipfile
Class ZipSplitter

java.lang.Object
  extended by org.apache.camel.dataformat.zipfile.ZipSplitter
All Implemented Interfaces:
org.apache.camel.Expression

public class ZipSplitter
extends Object
implements org.apache.camel.Expression

ZipSplitter the expression builder which can be used after the splitter Based on the thread zip file best practices


Constructor Summary
ZipSplitter()
           
 
Method Summary
 Object evaluate(org.apache.camel.Exchange exchange)
           
<T> T
evaluate(org.apache.camel.Exchange exchange, Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipSplitter

public ZipSplitter()
Method Detail

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


Apache Camel