com.bea.wlevs.ede.api
Interface StageFactory

All Known Subinterfaces:
AdapterFactory, ProcessorFactory, StreamFactory

public interface StageFactory

Factory interface that is implemented by all Stage creators


Method Summary
 Stage create()
          Create a new Stage using the provided stage identifier and application identifier.
 

Method Detail

create

public Stage create()
             throws IllegalArgumentException
Create a new Stage using the provided stage identifier and application identifier.

Returns:
the freshly created stage.
Throws:
IllegalArgumentException -