public class REST
extends java.lang.Object
Constructor and Description |
---|
REST() |
Modifier and Type | Method and Description |
---|---|
static java.util.Hashtable |
fnGetRestHeaderFields(XMLElement elem) |
static java.lang.String |
fnGetRestParameters(XMLElement elem) |
static java.lang.String |
fnGetRestUrl(XMLElement elem,
java.lang.String baseUrl) |
protected static java.lang.String |
fnSetPostMessage(XMLElement xPost,
com.t_arn.lib.net.SecureHttpConnection hc,
ch.tanapro.WebserviceTool.Request req)
Create and set the POST message
|
public static java.util.Hashtable fnGetRestHeaderFields(XMLElement elem) throws java.lang.Exception
java.lang.Exception
public static java.lang.String fnGetRestParameters(XMLElement elem) throws java.lang.Exception
java.lang.Exception
public static java.lang.String fnGetRestUrl(XMLElement elem, java.lang.String baseUrl) throws java.lang.Exception
java.lang.Exception
protected static java.lang.String fnSetPostMessage(XMLElement xPost, com.t_arn.lib.net.SecureHttpConnection hc, ch.tanapro.WebserviceTool.Request req)
xPost
- The XMLElement containing the post datahc
- The SecureHttpConnection instancereq
- The webservice request