org.mule.api.transport
Interface InternalMessageListener


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
 MuleMessage onMessage(MuleMessage message, Transaction trans, boolean synchronous, OutputStream outputStream)
           
 

Method Detail

onMessage

MuleMessage onMessage(MuleMessage message,
                      Transaction trans,
                      boolean synchronous,
                      OutputStream outputStream)
                      throws MuleException
Throws:
MuleException


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