Package org.milyn.delivery.ordering

Visitor execution ordering.

See:
          Description

Interface Summary
Consumer Object Consumer interface.
Producer Object Producer interface.
 

Class Summary
Sorter  
 

Enum Summary
Sorter.SortOrder  
 

Package org.milyn.delivery.ordering Description

Visitor execution ordering.

Package Specification

This package defines interfaces for controlling the execution order of visitors that are targetted at the same element selector.

The Producer/Consumer interfaces allows us to order the execution of multiple Visitor instances, targetted at the same element selector, based on what the Visitor produces and/or consumes.



Copyright © 2009. All Rights Reserved.