Uses of Class
org.apache.camel.model.config.StreamResequencerConfig

Packages that use StreamResequencerConfig
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.model.config The Resequencer Configuration classes 
 

Uses of StreamResequencerConfig in org.apache.camel.model
 

Methods in org.apache.camel.model that return StreamResequencerConfig
 StreamResequencerConfig ResequencerType.getStreamConfig()
           
 

Methods in org.apache.camel.model with parameters of type StreamResequencerConfig
protected  StreamResequencer ResequencerType.createStreamResequencer(RouteContext routeContext, StreamResequencerConfig config)
          Creates a StreamResequencer instance applying the given config.
 void ResequencerType.setStreamConfig(StreamResequencerConfig streamConfig)
           
 ResequencerType ResequencerType.stream(StreamResequencerConfig config)
          Configures the stream-based resequencing algorithm using the given StreamResequencerConfig.
 

Uses of StreamResequencerConfig in org.apache.camel.model.config
 

Methods in org.apache.camel.model.config that return StreamResequencerConfig
static StreamResequencerConfig StreamResequencerConfig.getDefault()
          Returns a new StreamResequencerConfig instance using default values for capacity (1000) and timeout (1000L).
 



Copyright © 2010 IONA Open Source Community. All Rights Reserved.