Uses of Interface
org.olap4j.driver.xmla.proxy.XmlaOlap4jProxy
Packages that use XmlaOlap4jProxy
Package
Description
olap4j to XML for Analysis bridge.
Provides proxy communications with XML/A servers.
-
Uses of XmlaOlap4jProxy in org.olap4j.driver.xmla
Fields in org.olap4j.driver.xmla with type parameters of type XmlaOlap4jProxyModifier and TypeFieldDescriptionstatic final Map
<String, XmlaOlap4jProxy> XmlaOlap4jDriver.PROXY_MAP
For testing.Methods in org.olap4j.driver.xmla that return XmlaOlap4jProxyModifier and TypeMethodDescriptionprotected XmlaOlap4jProxy
XmlaOlap4jDriver.createProxy
(Map<String, String> map) Creates a Proxy with which to talk to send XML web-service calls.Methods in org.olap4j.driver.xmla with parameters of type XmlaOlap4jProxyModifier and TypeMethodDescriptionstatic Future
<byte[]> XmlaOlap4jDriver.getFuture
(XmlaOlap4jProxy proxy, XmlaOlap4jServerInfos serverInfos, String request) Returns a future object representing an asynchronous submission of an XMLA request to a URL. -
Uses of XmlaOlap4jProxy in org.olap4j.driver.xmla.proxy
Subinterfaces of XmlaOlap4jProxy in org.olap4j.driver.xmla.proxyModifier and TypeInterfaceDescriptioninterface
Extended Proxy interface which supports cached SOAP calls.Classes in org.olap4j.driver.xmla.proxy that implement XmlaOlap4jProxyModifier and TypeClassDescriptionclass
Extends the AbstractCachedProxy and serves as a production ready http communication class.