org.mule.example.loanbroker.bpm.actions
Class PrepareLoanQuoteRequest

java.lang.Object
  extended by org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
      extended by org.mule.example.loanbroker.bpm.actions.PrepareLoanQuoteRequest
All Implemented Interfaces:
Serializable, org.jbpm.graph.def.ActionHandler

public class PrepareLoanQuoteRequest
extends LoggingActionHandler

Prepares a loan request for the banks based on the original customer request and the customer's credit profile.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
logger
 
Constructor Summary
PrepareLoanQuoteRequest()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrepareLoanQuoteRequest

public PrepareLoanQuoteRequest()
Method Detail

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
             throws Exception
Specified by:
execute in interface org.jbpm.graph.def.ActionHandler
Overrides:
execute in class LoggingActionHandler
Throws:
Exception


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