org.mule.providers
Interface InternalMessageListener

All Known Implementing Classes:
MuleReceiver

public interface InternalMessageListener

A listener used to receive Muleevents from a transport receiver. The listener can be swapped out to deliver message to other frameworks, bypassing the Mule container.


Method Summary
 UMOMessage onMessage(UMOMessage message, UMOTransaction trans, boolean synchronous, OutputStream outputStream)
           
 

Method Detail

onMessage

UMOMessage onMessage(UMOMessage message,
                     UMOTransaction trans,
                     boolean synchronous,
                     OutputStream outputStream)
                     throws UMOException
Throws:
UMOException


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