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
-
-
Constructor Summary
Constructors Constructor Description InboundRMHttpListener(org.apache.synapse.inbound.InboundProcessorParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
Shutdown the CXF WS-RM Inbound Endpoint TODO : Check issue https://github.com/wso2/wso2-synapse/pull/198void
init()
boolean
startListener()
Starts a new CXF WS-RM Inbound Endpoint
-