|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlaOlap4jProxy
Defines a common set of methods for proxy objects.
Method Summary | |
---|---|
byte[] |
get(java.net.URL url,
java.lang.String request)
Sends a request to a URL and returns the response. |
java.lang.String |
getEncodingCharsetName()
Returns the name of the character set use for encoding the XML string. |
java.util.concurrent.Future<byte[]> |
submit(java.net.URL url,
java.lang.String request)
Submits a request for background execution. |
Method Detail |
---|
byte[] get(java.net.URL url, java.lang.String request) throws XmlaOlap4jProxyException, java.io.IOException
url
- Target URLrequest
- Request string
java.io.IOException
- This exception declaration will be removed soon.
Don't catch this. Catch XmlaOlap4jProxyException instead.
XmlaOlap4jProxyException
- If anything occurs during the
request execution.java.util.concurrent.Future<byte[]> submit(java.net.URL url, java.lang.String request)
url
- URLrequest
- Request
java.lang.String getEncodingCharsetName()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |