-
- All Known Implementing Classes:
SystemChannelFactory
public interface ChannelFactoryFactory for various channels used by airline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.PrintStreamcreateError()Returns error channel.java.io.InputStreamcreateInput()Returns input channel.java.io.PrintStreamcreateOutput()Returns output channel.
-