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
ConstructorsConstructorDescriptionInboundRMHttpListener(org.apache.synapse.inbound.InboundProcessorParams params) -
Method Summary
Methods inherited from class org.wso2.carbon.inbound.endpoint.protocol.generic.GenericInboundListener
activate, deactivate, getInstance, handleException, isDeactivated, isListeningInboundEndpoint
-
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()
-