org.olap4j.driver.xmla.proxy
public interface XmlaOlap4jProxy
Modifier and Type | Method and Description |
---|---|
byte[] |
get(XmlaOlap4jServerInfos serverInfos,
String request)
Sends a request to a URL and returns the response.
|
String |
getEncodingCharsetName()
Returns the name of the character set use for encoding the XML
string.
|
Future<byte[]> |
submit(XmlaOlap4jServerInfos serverInfos,
String request)
Submits a request for background execution.
|
byte[] get(XmlaOlap4jServerInfos serverInfos, String request) throws XmlaOlap4jProxyException
serverInfos
- Server infos.request
- Request stringXmlaOlap4jProxyException
- If anything occurs during the
request execution.Future<byte[]> submit(XmlaOlap4jServerInfos serverInfos, String request)
serverInfos
- Server infos.request
- RequestString getEncodingCharsetName()