|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IChannelWrapperFactory
Declares the factory for creating channel wrappers and and channel unwrappers.
| Method Summary | |
|---|---|
IChannelUnwrapper |
createChannelUnwrapper(IMessagingSystemFactory outputMessagingSystem)
Creates the channel unwrapper. |
IChannelWrapper |
createChannelWrapper()
Creates the channel wrapper. |
IDuplexChannelUnwrapper |
createDuplexChannelUnwrapper(IMessagingSystemFactory outputMessagingSystem)
Creates the duplex channel unwrapper. |
IDuplexChannelWrapper |
createDuplexChannelWrapper()
Creates the duplex channel wrapper. |
| Method Detail |
|---|
IChannelWrapper createChannelWrapper()
IChannelUnwrapper createChannelUnwrapper(IMessagingSystemFactory outputMessagingSystem)
outputMessagingSystem - Messaging used to create output channels where unwrapped messages will be sent.
IDuplexChannelWrapper createDuplexChannelWrapper()
IDuplexChannelUnwrapper createDuplexChannelUnwrapper(IMessagingSystemFactory outputMessagingSystem)
outputMessagingSystem - Messaging used to create output channels where unwrapped messages will be sent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||