it.eng.spagobi.utilities
Class SpagoBIAccessUtils

java.lang.Object
  extended byit.eng.spagobi.utilities.SpagoBIAccessUtils

public class SpagoBIAccessUtils
extends java.lang.Object

This class has been created to provide SpagoBI Access Utils, in ordar to customize operations with clients.

Author:
zoppello

Constructor Summary
SpagoBIAccessUtils()
           
 
Method Summary
 byte[] getContent(java.lang.String spagoBIBaseUrl, java.lang.String path)
          Starting from the base url and the path as input, gets content information (response body).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpagoBIAccessUtils

public SpagoBIAccessUtils()
Method Detail

getContent

public byte[] getContent(java.lang.String spagoBIBaseUrl,
                         java.lang.String path)
Starting from the base url and the path as input, gets content information (response body).

Parameters:
spagoBIBaseUrl - The SpagoBI input base URL
path - The input path
Returns:
The output response body