Class InboundRMHttpListener

  • All Implemented Interfaces:
    org.apache.synapse.inbound.InboundRequestProcessor

    public class InboundRMHttpListener
    extends org.wso2.carbon.inbound.endpoint.protocol.generic.GenericInboundListener
    Creates an endpoint that supports WS-RM using Apache CXF
    • Field Summary

      • Fields inherited from class org.wso2.carbon.inbound.endpoint.protocol.generic.GenericInboundListener

        injectingSequence, name, onErrorSequence, PARAM_INBOUND_ENDPOINT_BEHAVIOR, PARAM_INBOUND_ENDPOINT_BEHAVIOR_LISTENING, params
    • Constructor Summary

      Constructors 
      Constructor Description
      InboundRMHttpListener​(org.apache.synapse.inbound.InboundProcessorParams params)  
    • Constructor Detail

      • InboundRMHttpListener

        public InboundRMHttpListener​(org.apache.synapse.inbound.InboundProcessorParams params)
    • Method Detail

      • startListener

        public boolean startListener()
        Starts a new CXF WS-RM Inbound Endpoint
      • init

        public void init()
      • destroy

        public void destroy()
        Shutdown the CXF WS-RM Inbound Endpoint TODO : Check issue https://github.com/wso2/wso2-synapse/pull/198