|
|||||||||
| 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(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. |
| Method Detail |
|---|
byte[] get(XmlaOlap4jServerInfos serverInfos,
String request)
throws XmlaOlap4jProxyException
serverInfos - Server infos.request - Request string
XmlaOlap4jProxyException - If anything occurs during the
request execution.
Future<byte[]> submit(XmlaOlap4jServerInfos serverInfos,
String request)
serverInfos - Server infos.request - Request
String getEncodingCharsetName()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||