org.drools.marshalling
Interface MarshallerProvider
- All Superinterfaces:
- Service
public interface MarshallerProvider
- extends Service
This api is experimental and thus the classes and the interfaces returned are subject to change.
newClassFilterAcceptor
ObjectMarshallingStrategyAcceptor newClassFilterAcceptor(String[] patterns)
newIdentityMarshallingStrategy
ObjectMarshallingStrategy newIdentityMarshallingStrategy()
newIdentityMarshallingStrategy
ObjectMarshallingStrategy newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
newSerializeMarshallingStrategy
ObjectMarshallingStrategy newSerializeMarshallingStrategy()
newSerializeMarshallingStrategy
ObjectMarshallingStrategy newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
newMarshaller
Marshaller newMarshaller(KnowledgeBase kbase)
newMarshaller
Marshaller newMarshaller(KnowledgeBase kbase,
ObjectMarshallingStrategy[] strategies)
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.