public interface ChannelModel
extends org.switchyard.config.model.NamedModel
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANNEL
The channel XML element.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz(ClassLoader loader)
Gets the Channel class.
|
String |
getOperation()
Gets the operation attribute.
|
String |
getReference()
Gets the reference attribute.
|
ChannelModel |
setClazz(Class<?> clazz)
Sets the Channel class.
|
ChannelModel |
setOperation(String operation)
Sets the operation attribute.
|
ChannelModel |
setReference(String reference)
Sets the reference attribute.
|
static final String CHANNEL
Class<?> getClazz(ClassLoader loader)
loader - the ClassLoader to useChannelModel setClazz(Class<?> clazz)
clazz - the Channel classString getOperation()
ChannelModel setOperation(String operation)
operation - the operation attributeString getReference()
ChannelModel setReference(String reference)
reference - the reference attributeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.