public interface WebRequestParameters
Contains the parameters needed to call a specific Liberator web module.
Call the createWebRequestParameters
method of the StreamLink object to obtain these parameters for the
specified web module.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPostBody()
Returns the contents of the HTTP post body that should be used (to specify parameters)
with the web module URL.
|
java.lang.String |
getUrl()
Returns the URL that must be used to invoke the required web module
|
java.lang.String getUrl()
Returns the URL that must be used to invoke the required web module
java.lang.String getPostBody()
Returns the contents of the HTTP post body that should be used (to specify parameters) with the web module URL.
Please send bug reports and comments to Caplin support