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_MAPFor testing.Methods in org.olap4j.driver.xmla that return XmlaOlap4jProxyModifier and TypeMethodDescriptionprotected XmlaOlap4jProxyXmlaOlap4jDriver.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 TypeInterfaceDescriptioninterfaceExtended Proxy interface which supports cached SOAP calls.Classes in org.olap4j.driver.xmla.proxy that implement XmlaOlap4jProxyModifier and TypeClassDescriptionclassExtends the AbstractCachedProxy and serves as a production ready http communication class.