public class InboundProcessorParams
extends java.lang.Object
Constructor and Description |
---|
InboundProcessorParams() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassImpl()
Get the custom class implementation of InboundEndpoint
This will return the FQN of the InboundEndpoint custom class implementation.
|
java.lang.String |
getInjectingSeq()
Get the sequence which message should be dispatched to
|
java.lang.String |
getName()
Get the name of the inbound endpoint
|
java.lang.String |
getOnErrorSeq()
Get the sequence which get invoked when something goes wrong in InboundEndpoint
|
java.util.Properties |
getProperties()
Get the properties associated with the InboundEndpoint
|
java.lang.String |
getProtocol()
Protocol of inbound endpoint.
|
SynapseEnvironment |
getSynapseEnvironment()
Get the synapse environment
|
void |
setClassImpl(java.lang.String classImpl)
Set the custom class implementation of InboundEndpoint
|
void |
setInjectingSeq(java.lang.String injectingSeq)
Set the sequence which message should be dispatched to
|
void |
setName(java.lang.String name)
Set the name of the inbound endpoint
|
void |
setOnErrorSeq(java.lang.String onErrorSeq)
Set the sequence which get invoked when something goes wrong in InboundEndpoint
|
void |
setProperties(java.util.Properties properties)
Set properties for InboundEndpoint
|
void |
setProtocol(java.lang.String protocol)
Set the protocol of the Inbound Endpoint
|
void |
setSynapseEnvironment(SynapseEnvironment synapseEnvironment)
Set the synapse environment
|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- name of the endpointpublic java.lang.String getProtocol()
public void setProtocol(java.lang.String protocol)
protocol
- protocol namepublic java.lang.String getClassImpl()
public void setClassImpl(java.lang.String classImpl)
classImpl
- FQN of custom class implementationpublic java.util.Properties getProperties()
public void setProperties(java.util.Properties properties)
properties
- propertiespublic java.lang.String getInjectingSeq()
public void setInjectingSeq(java.lang.String injectingSeq)
injectingSeq
- name of the sequencepublic java.lang.String getOnErrorSeq()
public void setOnErrorSeq(java.lang.String onErrorSeq)
onErrorSeq
- onError sequence namepublic SynapseEnvironment getSynapseEnvironment()
public void setSynapseEnvironment(SynapseEnvironment synapseEnvironment)
synapseEnvironment
- synapse environmentCopyright © 2005-2020 Apache Software Foundation. All Rights Reserved.