org.mule.example.loanbroker.processor
Class LowestQuoteProcessor

java.lang.Object
  extended by org.mule.example.loanbroker.processor.LowestQuoteProcessor
All Implemented Interfaces:
MessageProcessor

public class LowestQuoteProcessor
extends Object
implements MessageProcessor


Constructor Summary
LowestQuoteProcessor()
           
 
Method Summary
 MuleEvent process(MuleEvent event)
          Invokes the MessageProcessor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowestQuoteProcessor

public LowestQuoteProcessor()
Method Detail

process

public MuleEvent process(MuleEvent event)
                  throws TransformerException
Description copied from interface: MessageProcessor
Invokes the MessageProcessor.

Specified by:
process in interface MessageProcessor
Parameters:
event - MuleEvent to be processed
Returns:
optional response MuleEvent
Throws:
TransformerException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.