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)
           
 
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)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.