org.apache.camel.component.hbase.mapping
Class CellMappingStrategyFactory

java.lang.Object
  extended by org.apache.camel.component.hbase.mapping.CellMappingStrategyFactory

public class CellMappingStrategyFactory
extends Object


Field Summary
static String BODY
           
static String HEADER
           
static String STRATEGY
           
static String STRATEGY_CLASS_NAME
           
 
Constructor Summary
CellMappingStrategyFactory()
           
 
Method Summary
 CellMappingStrategy getStrategy(org.apache.camel.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRATEGY

public static final String STRATEGY
See Also:
Constant Field Values

STRATEGY_CLASS_NAME

public static final String STRATEGY_CLASS_NAME
See Also:
Constant Field Values

HEADER

public static final String HEADER
See Also:
Constant Field Values

BODY

public static final String BODY
See Also:
Constant Field Values
Constructor Detail

CellMappingStrategyFactory

public CellMappingStrategyFactory()
Method Detail

getStrategy

public CellMappingStrategy getStrategy(org.apache.camel.Message message)


Apache CAMEL