| Constructor and Description |
|---|
ChannelBuilder(ClassLoader classLoader,
org.switchyard.ServiceDomain serviceDomain,
ChannelModel channelModel)
Creates a new ChannelBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
ChannelModel.setClazz(Class<?> clazz)
Sets the Channel class.
|
ChannelModel |
ChannelModel.setOperation(String operation)
Sets the operation attribute.
|
ChannelModel |
ChannelModel.setReference(String reference)
Sets the reference attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelModel> |
ChannelsModel.getChannels()
Gets the child channel models.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelsModel |
ChannelsModel.addChannel(ChannelModel channel)
Adds a child channel model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
V1ChannelModel
The 1st version ChannelModel.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
V1ChannelModel.setClazz(Class<?> clazz)
Sets the Channel class.
|
ChannelModel |
V1ChannelModel.setOperation(String operation)
Sets the operation attribute.
|
ChannelModel |
V1ChannelModel.setReference(String reference)
Sets the reference attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelModel> |
V1ChannelsModel.getChannels()
Gets the child channel models.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelsModel |
V1ChannelsModel.addChannel(ChannelModel channel)
Adds a child channel model.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.