public abstract class GenericInboundListener extends Object implements org.apache.synapse.inbound.InboundRequestProcessor
Modifier and Type | Field and Description |
---|---|
protected String |
injectingSequence |
protected String |
name |
protected String |
onErrorSequence |
static String |
PARAM_INBOUND_ENDPOINT_BEHAVIOR |
static String |
PARAM_INBOUND_ENDPOINT_BEHAVIOR_LISTENING |
protected org.apache.synapse.inbound.InboundProcessorParams |
params |
Constructor and Description |
---|
GenericInboundListener(org.apache.synapse.inbound.InboundProcessorParams inboundParams) |
Modifier and Type | Method and Description |
---|---|
static GenericInboundListener |
getInstance(org.apache.synapse.inbound.InboundProcessorParams inboundParams)
This is to get the GenericInboundListener instance for given params
|
protected static void |
handleException(String msg,
Exception e) |
static boolean |
isListeningInboundEndpoint(org.apache.synapse.inbound.InboundProcessorParams inboundParameters)
States whether generic endpoint is a listening
Return true; if listening
|
public static final String PARAM_INBOUND_ENDPOINT_BEHAVIOR
public static final String PARAM_INBOUND_ENDPOINT_BEHAVIOR_LISTENING
protected String injectingSequence
protected String onErrorSequence
protected String name
protected org.apache.synapse.inbound.InboundProcessorParams params
public GenericInboundListener(org.apache.synapse.inbound.InboundProcessorParams inboundParams)
public static GenericInboundListener getInstance(org.apache.synapse.inbound.InboundProcessorParams inboundParams)
inboundParams
- public static boolean isListeningInboundEndpoint(org.apache.synapse.inbound.InboundProcessorParams inboundParameters)
inboundParameters
- Inbound Parameters for endpointCopyright © 2019 WSO2. All rights reserved.