org.drools.marshalling.impl
Class ObjectMarshallingStrategyStore

java.lang.Object
  extended by org.drools.marshalling.impl.ObjectMarshallingStrategyStore

public class ObjectMarshallingStrategyStore
extends Object


Constructor Summary
ObjectMarshallingStrategyStore(org.drools.marshalling.ObjectMarshallingStrategy[] strategiesList)
           
 
Method Summary
 org.drools.marshalling.ObjectMarshallingStrategy getStrategy(int index)
           
 int getStrategy(Object object)
           
 org.drools.marshalling.ObjectMarshallingStrategy getStrategyObject(Object object)
           
 org.drools.marshalling.ObjectMarshallingStrategy getStrategyObject(String strategyClassName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectMarshallingStrategyStore

public ObjectMarshallingStrategyStore(org.drools.marshalling.ObjectMarshallingStrategy[] strategiesList)
Method Detail

getStrategy

public org.drools.marshalling.ObjectMarshallingStrategy getStrategy(int index)

getStrategy

public int getStrategy(Object object)

getStrategyObject

public org.drools.marshalling.ObjectMarshallingStrategy getStrategyObject(String strategyClassName)

getStrategyObject

public org.drools.marshalling.ObjectMarshallingStrategy getStrategyObject(Object object)


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.