org.drools.marshalling.impl
Class MarshallingConfigurationImpl
java.lang.Object
org.drools.marshalling.impl.MarshallingConfigurationImpl
- All Implemented Interfaces:
- MarshallingConfiguration
public class MarshallingConfigurationImpl
- extends Object
- implements MarshallingConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarshallingConfigurationImpl
public MarshallingConfigurationImpl()
MarshallingConfigurationImpl
public MarshallingConfigurationImpl(org.drools.marshalling.ObjectMarshallingStrategy[] strategies,
boolean marshallProcessInstances,
boolean marshallWorkItems)
isMarshallProcessInstances
public boolean isMarshallProcessInstances()
- Specified by:
isMarshallProcessInstances
in interface MarshallingConfiguration
setMarshallProcessInstances
public void setMarshallProcessInstances(boolean marshallProcessInstances)
isMarshallWorkItems
public boolean isMarshallWorkItems()
- Specified by:
isMarshallWorkItems
in interface MarshallingConfiguration
setMarshallWorkItems
public void setMarshallWorkItems(boolean marshallWorkItems)
getObjectMarshallingStrategyStore
public ObjectMarshallingStrategyStore getObjectMarshallingStrategyStore()
- Specified by:
getObjectMarshallingStrategyStore
in interface MarshallingConfiguration
setPlaceholderResolverStrategyFactory
public void setPlaceholderResolverStrategyFactory(ObjectMarshallingStrategyStore placeholderResolverStrategyFactory)
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.