org.drools.marshalling.impl
Class ObjectMarshallingStrategyStoreImpl

java.lang.Object
  extended by org.drools.marshalling.impl.ObjectMarshallingStrategyStoreImpl
All Implemented Interfaces:
org.drools.marshalling.ObjectMarshallingStrategyStore

public class ObjectMarshallingStrategyStoreImpl
extends Object
implements org.drools.marshalling.ObjectMarshallingStrategyStore


Constructor Summary
ObjectMarshallingStrategyStoreImpl(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

ObjectMarshallingStrategyStoreImpl

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

getStrategy

public org.drools.marshalling.ObjectMarshallingStrategy getStrategy(int index)
Specified by:
getStrategy in interface org.drools.marshalling.ObjectMarshallingStrategyStore

getStrategy

public int getStrategy(Object object)
Specified by:
getStrategy in interface org.drools.marshalling.ObjectMarshallingStrategyStore

getStrategyObject

public org.drools.marshalling.ObjectMarshallingStrategy getStrategyObject(String strategyClassName)
Specified by:
getStrategyObject in interface org.drools.marshalling.ObjectMarshallingStrategyStore

getStrategyObject

public org.drools.marshalling.ObjectMarshallingStrategy getStrategyObject(Object object)
Specified by:
getStrategyObject in interface org.drools.marshalling.ObjectMarshallingStrategyStore


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