Package org.osesb.messagepipeline.test.builtinstagesunittest

A message pipeline unit test package that exercises built-in PipelineStages in the org.osesb.messagepipeline.builtinstages package.

See:
          Description

Class Summary
ExtractCDElementValuesPipelineStage ExtractCDElementValuesPipelineStage extends XMLNodeExtractorPipelineStage to extract the messageID attribute and the <title> and <price> elements and place their values in a MessagePipelineContext variable named stageName.sqlStatementName.sqlParameters as an Object[].
InsertMessageIDPipelineStage InsertMessageIDPipelineStage extends PipelineStage in order to add a messageID attribute to the root element of a CD message.
MessagePipelineTest A MessagePipelineTest, which is driven by the configuration file specified by the 'testConfiguration' property in Test.properties.
ValidationBean_ValidateCDElementPrice ValidationBean_ValidateCDElementPrice extends XMLValidationBeanPipelineStage to that a propagated cd element has a valid a price does not exceed 24.99.
 

Package org.osesb.messagepipeline.test.builtinstagesunittest Description

A message pipeline unit test package that exercises built-in PipelineStages in the org.osesb.messagepipeline.builtinstages package.

MessagePipelineTest is driven by the entries in Test.properties and is designed to be run outside of osESB.