public class SpringConsumer
extends org.fabric3.api.model.type.component.ConsumerDefinition
| Constructor and Description |
|---|
SpringConsumer(java.lang.String name,
org.fabric3.spi.model.type.java.JavaType type,
java.lang.String targetBean,
java.lang.String methodName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanName()
Returns the bean name to dispatch events to.
|
java.lang.String |
getMethodName()
Returns the name of the bean method to dispatch events to.
|
org.fabric3.spi.model.type.java.JavaType |
getType()
Returns the event type
|
getSequence, setSequenceaddSource, getName, getSources, getTypes, setSources, setTypesaddBinding, getBindingsaddIntent, addIntents, addMetadata, addPolicySet, addPolicySets, getIntents, getMetadata, getMetadata, getPolicySets, setIntents, setPolicySetspublic SpringConsumer(java.lang.String name,
org.fabric3.spi.model.type.java.JavaType type,
java.lang.String targetBean,
java.lang.String methodName)
name - the consumer nametype - the consumer typetargetBean - the target bean name to dispatch events tomethodName - the target method name on the bean to dispatch events topublic java.lang.String getBeanName()
public java.lang.String getMethodName()
public org.fabric3.spi.model.type.java.JavaType getType()