Class InboundRequestProcessorFactoryImpl
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.inboundfactory.InboundRequestProcessorFactoryImpl
-
- All Implemented Interfaces:
org.apache.synapse.inbound.InboundRequestProcessorFactory
public class InboundRequestProcessorFactoryImpl extends Object implements org.apache.synapse.inbound.InboundRequestProcessorFactory
Class responsible for providing the implementation of the request processor according to the protocol.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InboundRequestProcessorFactoryImpl.Protocols
-
Constructor Summary
Constructors Constructor Description InboundRequestProcessorFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.synapse.inbound.InboundRequestProcessor
createInboundProcessor(org.apache.synapse.inbound.InboundProcessorParams params)
return underlying Request Processor Implementation according to protocol
-
-
-
Method Detail
-
createInboundProcessor
public org.apache.synapse.inbound.InboundRequestProcessor createInboundProcessor(org.apache.synapse.inbound.InboundProcessorParams params)
return underlying Request Processor Implementation according to protocol- Specified by:
createInboundProcessor
in interfaceorg.apache.synapse.inbound.InboundRequestProcessorFactory
- Parameters:
params
- parameters specific to transports- Returns:
- InboundRequestProcessor Implementation
-
-