wmJNIc.c
setCcRPCType


jint
setCcRPCType(
      WmContext *con,
      jint type)
Sets either a binary or XML data transport for the RPC.
Parameters:
WmContext *con - Client Context.
jint type - Either a binary(WM_RPC_BIN) or XML(WM_RPC_XML) data transport for the RPC.
Returns:
jint - The status of this call. Success return 1 otherwise return 0.