Uses of Interface
org.mule.transport.bpm.MessageService

Packages that use MessageService
org.mule.transport.bpm   
org.mule.transport.bpm.jbpm   
 

Uses of MessageService in org.mule.transport.bpm
 

Classes in org.mule.transport.bpm that implement MessageService
 class ProcessConnector
          The BPM provider allows Mule events to initiate and/or advance processes in an external or embedded Business Process Management System (BPMS).
 

Methods in org.mule.transport.bpm with parameters of type MessageService
 void BPMS.setMessageService(MessageService msgService)
          MessageService contains a callback method used to generate Mule messages from your process.
 

Uses of MessageService in org.mule.transport.bpm.jbpm
 

Fields in org.mule.transport.bpm.jbpm declared as MessageService
protected static MessageService MuleMessageService.proxy
           
 

Methods in org.mule.transport.bpm.jbpm with parameters of type MessageService
 void Jbpm.setMessageService(MessageService msgService)
           
static void MuleMessageService.setMessageService(MessageService msgService)
           
 



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