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.
  • 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:
      createInboundProcessor in interface org.apache.synapse.inbound.InboundRequestProcessorFactory
      Parameters:
      params - parameters specific to transports
      Returns:
      InboundRequestProcessor Implementation