Class RMRequestCallable
java.lang.Object
org.wso2.carbon.inbound.endpoint.ext.wsrm.RMRequestCallable
Extracts the message from the CXF Exchange
-
Constructor Summary
ConstructorsConstructorDescriptionRMRequestCallable(org.apache.cxf.message.Exchange exchange, org.apache.cxf.continuations.Continuation continuation, String injectingSequence, String onErrorSequence, InboundRMResponseSender inboundRMResponseSender) -
Method Summary
Modifier and TypeMethodDescriptioncall()org.apache.cxf.continuations.Continuationorg.apache.cxf.message.Exchangefinal voidsetContinuation(org.apache.cxf.continuations.Continuation continuation) final voidsetExchange(org.apache.cxf.message.Exchange exchange) final voidsetInjectingSequence(String injectingSequence) final voidsetOnErrorSequence(String onErrorSequence) final voidsetReceiver(String receiver)
-
Constructor Details
-
RMRequestCallable
public RMRequestCallable(org.apache.cxf.message.Exchange exchange, org.apache.cxf.continuations.Continuation continuation, String injectingSequence, String onErrorSequence, InboundRMResponseSender inboundRMResponseSender)
-
-
Method Details
-
call
-
getExchange
public org.apache.cxf.message.Exchange getExchange() -
setExchange
public final void setExchange(org.apache.cxf.message.Exchange exchange) -
getContinuation
public org.apache.cxf.continuations.Continuation getContinuation() -
setContinuation
public final void setContinuation(org.apache.cxf.continuations.Continuation continuation) -
getInjectingSequence
-
setInjectingSequence
-
getOnErrorSequence
-
setOnErrorSequence
-
getHttpHeaders
-
getReceiver
-
setReceiver
-