Uses of Class
net.sf.jabb.camel.CombinedRegistry

Packages that use CombinedRegistry
net.sf.jabb.camel   
 

Uses of CombinedRegistry in net.sf.jabb.camel
 

Methods in net.sf.jabb.camel that return CombinedRegistry
static CombinedRegistry RegistryUtility.getCombinedRegistry(org.apache.camel.CamelContext camelContext)
          Gets CombinedRegistry from CamelContext.
从CamelContext中得到CombinedRegistry类型的Registry。
 

Methods in net.sf.jabb.camel with parameters of type CombinedRegistry
protected static void RegistryUtility.addCodecOnly(CombinedRegistry registry, String name, org.jboss.netty.channel.ChannelHandler codec)
          Adds codec to Registry only, it will not handle the manipulating of encoders or decoders list in Registry.
仅仅把codec直接加入到Registry中,而不处理加入到Registry里的encoders或decoders列表中。
 



Copyright © 2012. All Rights Reserved.