Class InboundRMHttpListener

java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.generic.GenericInboundListener
org.wso2.carbon.inbound.endpoint.ext.wsrm.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, startInPausedMode
  • Constructor Summary

    Constructors
    Constructor
    Description
    InboundRMHttpListener(org.apache.synapse.inbound.InboundProcessorParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Shutdown the CXF WS-RM Inbound Endpoint TODO : Check issue https://github.com/wso2/wso2-synapse/pull/198
    void
     
    void
     
    boolean
    Starts a new CXF WS-RM Inbound Endpoint

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

    activate, deactivate, getInstance, handleException, isDeactivated, isListeningInboundEndpoint

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InboundRMHttpListener

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

    • 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
    • pause

      public void pause()