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.

Version:
$Revision: 7976 $
Author:
Ross Mason

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

Method Detail

onMessage

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


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