Package org.osesb.msgrouting.test.deployabletestpackage2

Class Summary
CreditRatingFlowControlPipelineStage CreditRatingFlowControlPipelineStage is a FlowControlPipelineStage that configures a single MessagePipeline to run if the customer credit rating was not defined in the customer table of the JDBCTEST database.
CreditRatingSOAPClientPipelineStage CreditRatingSOAPClientPipelineStage extends SOAPClientPipelineStage_2 and invokes the creditRating service, which is implemented by org.osesb.transporthandlers.test.deployabletestpackage2.soaptransporthandler.ejb20.ProcessLoanApplicationBusinessServiceBean in the transport-handlers module.
LoanProcessorPipelineStage The DroolsRuleXMLApplierFlowControlPipelineStage named SelectLoanProcessorMessagePipelineDroolsRuleFlowControlPipelineStage in processloanapplication-message-pipeline-config.xml selects the loan processor MessagePipeline to run based on the creditRating of the LoanApplicationRequest.
ProcessLoanApplicationMessagePipelineUnitTest This class contains unit tests for the MessagePipelines in the org.osesb.msgrouting.test.deployabletestpackage2 package.
PutCreditRatingOnMessageContextPipelineStage A custom PipelineStage that puts the value of the customer credit rating on the MessagePipelineContext as a DOM Element.
SelectLoanProcessorMessagePipelineDroolsRuleFlowControlPipelineStage SelectLoanProcessorMessagePipelineDroolsRuleFlowControlPipelineStage is the last PipelineStage to run in the MessagePipeline configured by processloanapplication-message-pipeline-config.xml.