org.mule.providers.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.
generateMessage
public UMOMessage generateMessage(String endpoint,
Object payloadObject,
Map messageProperties,
boolean synchronous)
throws Exception
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.