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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.synapse.inbound.InboundRequestProcessorcreateInboundProcessor(org.apache.synapse.inbound.InboundProcessorParams params) return underlying Request Processor Implementation according to protocol
-
Constructor Details
-
InboundRequestProcessorFactoryImpl
public InboundRequestProcessorFactoryImpl()
-
-
Method Details
-
createInboundProcessor
public org.apache.synapse.inbound.InboundRequestProcessor createInboundProcessor(org.apache.synapse.inbound.InboundProcessorParams params) return underlying Request Processor Implementation according to protocol- Specified by:
createInboundProcessorin interfaceorg.apache.synapse.inbound.InboundRequestProcessorFactory- Parameters:
params- parameters specific to transports- Returns:
- InboundRequestProcessor Implementation
-