JmsMessengerProvider.java :  » Rule-Engine » drolls-5.0 » org » drools » runtime » pipeline » Java Open Source

Java Open Source » Rule Engine » drolls 5.0 
drolls 5.0 » org » drools » runtime » pipeline » JmsMessengerProvider.java
package org.drools.runtime.pipeline;

import java.util.Properties;

/**
 * 
 * <p>This api is experimental and thus the classes and the interfaces returned are subject to change.</p>
 *
 */
public interface JmsMessengerProvider {
    Service newJmsMessenger(Pipeline pipeline,
                            Properties properties,
                            String destinationName,
                            ResultHandlerFactory resultHandlerFactory);

    Action newJmsUnwrapMessageObject();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.