|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lri.bd.olap.soap.SoapClient
public class SoapClient
SoapClient is singleton of application used to send SOAP messages to VERD engine
| Method Summary | |
|---|---|
static SoapClient |
getSoapClient()
|
VERDOLAPServiceStub |
getSoapStub()
|
String[] |
getTemplates()
Return names of VERD templates for visualization |
static void |
changeSoapURL()
Soap URL is changed, generate new stub object |
static void |
init(String URI)
Initialization with VERD engine URI |
void |
showNewGraph(ViewDTO view,
String template)
Show new visualization using VERD engine's tamplate |
void |
visualizeTree(OlapTree tree,
String template)
Visualize datamart using VERD engine |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void init(String URI)
URI - URI stringpublic static void changeSoapURL()
public static SoapClient getSoapClient()
public VERDOLAPServiceStub getSoapStub()
public void showNewGraph(ViewDTO view,
String template)
throws RemoteException
view - view DTOtemplate - name of VERD engine's template
RemoteException
public void visualizeTree(OlapTree tree,
String template)
throws RemoteException
tree - OLAP treetemplate - initial template
RemoteException
public String[] getTemplates()
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||