Package org.javlo.service.remote
Class RemoteServiceProxyService
- java.lang.Object
-
- org.javlo.service.remote.RemoteServiceProxyService
-
public class RemoteServiceProxyService extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteServiceProxyService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeRequest(String inUrl, Map<String,String> header, String method, InputStream body, OutputStream out)
static RemoteServiceProxyService
getInstance(GlobalContext globalContext)
String
getProxyUrl()
void
setProxyUrl(String proxyUrl)
-
-
-
Method Detail
-
getInstance
public static RemoteServiceProxyService getInstance(GlobalContext globalContext)
-
getProxyUrl
public String getProxyUrl()
-
setProxyUrl
public void setProxyUrl(String proxyUrl)
-
executeRequest
public void executeRequest(String inUrl, Map<String,String> header, String method, InputStream body, OutputStream out) throws IOException
- Throws:
IOException
-
-