org.mule.transport.bpm
Interface MessageService

All Known Implementing Classes:
ProcessConnector

public interface MessageService

A message-generation service provided by Mule. Any BPMS may call this service from its own processes in order to generate Mule messages. The generated messages will be received by the "bpm://processName" endpoint within your Mule config.


Method Summary
 MuleMessage generateMessage(String endpoint, Object payloadObject, Map messageProperties, boolean synchronous)
           
 

Method Detail

generateMessage

MuleMessage generateMessage(String endpoint,
                            Object payloadObject,
                            Map messageProperties,
                            boolean synchronous)
                            throws Exception
Throws:
Exception


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.