Package ca.uhn.fhir.rest.gclient
Interface IOperationProcessMsg
-
public interface IOperationProcessMsg
- Author:
- HGS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <R extends IBaseResource>
IOperationProcessMsgMode<R>setMessageBundle(IBaseBundle theMsgBundle)Set the Message Bundle to POST to the messaging server.
After this call you must choose either the method synchronous or asynchronous to set the processing mode.IOperationProcessMsgsetResponseUrlParam(String respondToUri)An optional query parameter indicating that responses from the receiving server should be sent to this url
-
-
-
Method Detail
-
setMessageBundle
<R extends IBaseResource> IOperationProcessMsgMode<R> setMessageBundle(IBaseBundle theMsgBundle)
Set the Message Bundle to POST to the messaging server.
After this call you must choose either the method synchronous or asynchronous to set the processing mode.- Type Parameters:
R-- Parameters:
theMsgBundle- A Bundle of type message- Returns:
-
setResponseUrlParam
IOperationProcessMsg setResponseUrlParam(String respondToUri)
An optional query parameter indicating that responses from the receiving server should be sent to this url- Parameters:
respondToUri- The receiving endpoint to witch server response messages should be sent.- Returns:
-
-