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