public class SpringConnectionTargetDefinition
extends org.fabric3.spi.model.physical.PhysicalConnectionTargetDefinition
| Constructor and Description |
|---|
SpringConnectionTargetDefinition(java.lang.String beanName,
java.lang.String methodName,
org.fabric3.spi.model.type.java.JavaType type,
java.net.URI channelUri)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanName() |
java.lang.String |
getMethodName() |
org.fabric3.spi.model.type.java.JavaType |
getType() |
getDeployable, setDeployablepublic SpringConnectionTargetDefinition(java.lang.String beanName,
java.lang.String methodName,
org.fabric3.spi.model.type.java.JavaType type,
java.net.URI channelUri)
beanName - the name of the bean to dispatch events tomethodName - the name of the bean method to dispatch events totype - the event typechannelUri - the URI of the source channel