org.drools.marshalling.impl
Class ObjectMarshallingStrategyStoreImpl
java.lang.Object
org.drools.marshalling.impl.ObjectMarshallingStrategyStoreImpl
- All Implemented Interfaces:
- org.drools.marshalling.ObjectMarshallingStrategyStore
public class ObjectMarshallingStrategyStoreImpl
- extends Object
- implements org.drools.marshalling.ObjectMarshallingStrategyStore
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectMarshallingStrategyStoreImpl
public ObjectMarshallingStrategyStoreImpl(org.drools.marshalling.ObjectMarshallingStrategy[] strategiesList)
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.