Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-02


oracle.xdo.service.v2
Class CatalogServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by oracle.xdo.service.v2.CatalogServiceSoapBindingStub

All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, CatalogService_PortType

public class CatalogServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements CatalogService_PortType

Field Summary

 

Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY

 

Constructor Summary
CatalogServiceSoapBindingStub()
           
CatalogServiceSoapBindingStub(javax.xml.rpc.Service service)
           
CatalogServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           

 

Method Summary
 boolean copyObject(java.lang.String srcObjectAbsolutePath, java.lang.String destFolderAbsolutePath, java.lang.String newName, java.lang.String userID, java.lang.String password)
           
 boolean copyObjectInSession(java.lang.String srcObjectAbsolutePath, java.lang.String destFolderAbsolutePath, java.lang.String newName, java.lang.String bipSessionToken)
           
 java.lang.String createFolder(java.lang.String folderAbsolutePath, java.lang.String userID, java.lang.String password)
           
 java.lang.String createFolderInSession(java.lang.String folderAbsolutePath, java.lang.String bipSessionToken)
           
 java.lang.String createObject(java.lang.String folderAbsolutePathURL, java.lang.String objectName, java.lang.String objectType, java.lang.String objectDescription, byte[] objectData, java.lang.String userID, java.lang.String password)
           
 java.lang.String createObjectInSession(java.lang.String folderAbsolutePathURL, java.lang.String objectName, java.lang.String objectType, java.lang.String objectDescription, byte[] objectData, java.lang.String bipSessionToken)
           
 boolean deleteObject(java.lang.String objectAbsolutePath, java.lang.String userID, java.lang.String password)
           
 boolean deleteObjectInSession(java.lang.String objectAbsolutePath, java.lang.String bipSessionToken)
           
 byte[] downloadObject(java.lang.String reportAbsolutePath, java.lang.String userID, java.lang.String password)
           
 byte[] downloadObjectInSession(java.lang.String reportAbsolutePath, java.lang.String bipSessionToken)
           
 byte[] downloadXLIFF(java.lang.String objectAbsolutePath, java.lang.String locale, java.lang.String userID, java.lang.String password)
           
 byte[] downloadXLIFFInSession(java.lang.String objectAbsolutePath, java.lang.String locale, java.lang.String bipSessionToken)
           
 CatalogContents getFolderContents(java.lang.String folderAbsolutePath, java.lang.String userID, java.lang.String password)
           
 CatalogContents getFolderContentsInSession(java.lang.String folderAbsolutePath, java.lang.String bipSessionToken)
           
 byte[] getObject(java.lang.String objectAbsolutePath, java.lang.String userID, java.lang.String password)
           
 CatalogObjectInfo getObjectInfo(java.lang.String objectAbsolutePath, java.lang.String userID, java.lang.String password)
           
 CatalogObjectInfo getObjectInfoInSession(java.lang.String objectAbsolutePath, java.lang.String bipSessionToken)
           
 byte[] getObjectInSession(java.lang.String objectAbsolutePath, java.lang.String bipSessionToken)
           
 boolean objectExist(java.lang.String reportObjectAbsolutePath, java.lang.String userID, java.lang.String password)
           
 boolean objectExistInSession(java.lang.String reportObjectAbsolutePath, java.lang.String bipSessionToken)
           
 boolean renameObject(java.lang.String objectAbsolutePath, java.lang.String newName, java.lang.String userID, java.lang.String password)
           
 boolean renameObjectInSession(java.lang.String objectAbsolutePath, java.lang.String newName, java.lang.String bipSessionToken)
           
 boolean updateObject(java.lang.String objectAbsolutePath, byte[] objectData, java.lang.String userID, java.lang.String password)
           
 boolean updateObjectInSession(java.lang.String objectAbsolutePath, byte[] objectData, java.lang.String bipSessionToken)
           
 java.lang.String uploadObject(java.lang.String reportObjectAbsolutePathURL, java.lang.String objectType, byte[] objectZippedData, java.lang.String userID, java.lang.String password)
           
 java.lang.String uploadObjectInSession(java.lang.String reportObjectAbsolutePathURL, java.lang.String objectType, byte[] objectZippedData, java.lang.String bipSessionToken)
           
 boolean uploadXLIFF(java.lang.String objectAbsolutePath, byte[] xliffData, java.lang.String locale, java.lang.String userID, java.lang.String password)
           
 boolean uploadXLIFFInSession(java.lang.String objectAbsolutePath, byte[] xliffData, java.lang.String locale, java.lang.String bipSessionToken)
           

 

Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getTimeout, getUsername, removeProperty, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CatalogServiceSoapBindingStub

public CatalogServiceSoapBindingStub()
                              throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

CatalogServiceSoapBindingStub

public CatalogServiceSoapBindingStub(java.net.URL endpointURL,
                                     javax.xml.rpc.Service service)
                              throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

CatalogServiceSoapBindingStub

public CatalogServiceSoapBindingStub(javax.xml.rpc.Service service)
                              throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Method Detail

getObject

public byte[] getObject(java.lang.String objectAbsolutePath,
                        java.lang.String userID,
                        java.lang.String password)
                 throws java.rmi.RemoteException,
                        InvalidParametersException,
                        AccessDeniedException,
                        OperationFailedException
Specified by:
getObject in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

createObject

public java.lang.String createObject(java.lang.String folderAbsolutePathURL,
                                     java.lang.String objectName,
                                     java.lang.String objectType,
                                     java.lang.String objectDescription,
                                     byte[] objectData,
                                     java.lang.String userID,
                                     java.lang.String password)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Specified by:
createObject in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getFolderContents

public CatalogContents getFolderContents(java.lang.String folderAbsolutePath,
                                         java.lang.String userID,
                                         java.lang.String password)
                                  throws java.rmi.RemoteException,
                                         InvalidParametersException,
                                         AccessDeniedException,
                                         OperationFailedException
Specified by:
getFolderContents in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getFolderContentsInSession

public CatalogContents getFolderContentsInSession(java.lang.String folderAbsolutePath,
                                                  java.lang.String bipSessionToken)
                                           throws java.rmi.RemoteException,
                                                  InvalidParametersException,
                                                  AccessDeniedException,
                                                  OperationFailedException
Specified by:
getFolderContentsInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

createFolder

public java.lang.String createFolder(java.lang.String folderAbsolutePath,
                                     java.lang.String userID,
                                     java.lang.String password)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Specified by:
createFolder in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

updateObject

public boolean updateObject(java.lang.String objectAbsolutePath,
                            byte[] objectData,
                            java.lang.String userID,
                            java.lang.String password)
                     throws java.rmi.RemoteException,
                            InvalidParametersException,
                            AccessDeniedException,
                            OperationFailedException
Specified by:
updateObject in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

objectExist

public boolean objectExist(java.lang.String reportObjectAbsolutePath,
                           java.lang.String userID,
                           java.lang.String password)
                    throws java.rmi.RemoteException,
                           AccessDeniedException
Specified by:
objectExist in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
AccessDeniedException

objectExistInSession

public boolean objectExistInSession(java.lang.String reportObjectAbsolutePath,
                                    java.lang.String bipSessionToken)
                             throws java.rmi.RemoteException,
                                    AccessDeniedException
Specified by:
objectExistInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
AccessDeniedException

createFolderInSession

public java.lang.String createFolderInSession(java.lang.String folderAbsolutePath,
                                              java.lang.String bipSessionToken)
                                       throws java.rmi.RemoteException,
                                              InvalidParametersException,
                                              AccessDeniedException,
                                              OperationFailedException
Specified by:
createFolderInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

createObjectInSession

public java.lang.String createObjectInSession(java.lang.String folderAbsolutePathURL,
                                              java.lang.String objectName,
                                              java.lang.String objectType,
                                              java.lang.String objectDescription,
                                              byte[] objectData,
                                              java.lang.String bipSessionToken)
                                       throws java.rmi.RemoteException,
                                              InvalidParametersException,
                                              AccessDeniedException,
                                              OperationFailedException
Specified by:
createObjectInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadObject

public java.lang.String uploadObject(java.lang.String reportObjectAbsolutePathURL,
                                     java.lang.String objectType,
                                     byte[] objectZippedData,
                                     java.lang.String userID,
                                     java.lang.String password)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Specified by:
uploadObject in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadObjectInSession

public java.lang.String uploadObjectInSession(java.lang.String reportObjectAbsolutePathURL,
                                              java.lang.String objectType,
                                              byte[] objectZippedData,
                                              java.lang.String bipSessionToken)
                                       throws java.rmi.RemoteException,
                                              InvalidParametersException,
                                              AccessDeniedException,
                                              OperationFailedException
Specified by:
uploadObjectInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

downloadObject

public byte[] downloadObject(java.lang.String reportAbsolutePath,
                             java.lang.String userID,
                             java.lang.String password)
                      throws java.rmi.RemoteException,
                             InvalidParametersException,
                             AccessDeniedException,
                             OperationFailedException
Specified by:
downloadObject in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

downloadObjectInSession

public byte[] downloadObjectInSession(java.lang.String reportAbsolutePath,
                                      java.lang.String bipSessionToken)
                               throws java.rmi.RemoteException,
                                      InvalidParametersException,
                                      AccessDeniedException,
                                      OperationFailedException
Specified by:
downloadObjectInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getObjectInfo

public CatalogObjectInfo getObjectInfo(java.lang.String objectAbsolutePath,
                                       java.lang.String userID,
                                       java.lang.String password)
                                throws java.rmi.RemoteException,
                                       InvalidParametersException,
                                       AccessDeniedException,
                                       OperationFailedException
Specified by:
getObjectInfo in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getObjectInfoInSession

public CatalogObjectInfo getObjectInfoInSession(java.lang.String objectAbsolutePath,
                                                java.lang.String bipSessionToken)
                                         throws java.rmi.RemoteException,
                                                InvalidParametersException,
                                                AccessDeniedException,
                                                OperationFailedException
Specified by:
getObjectInfoInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getObjectInSession

public byte[] getObjectInSession(java.lang.String objectAbsolutePath,
                                 java.lang.String bipSessionToken)
                          throws java.rmi.RemoteException,
                                 InvalidParametersException,
                                 AccessDeniedException,
                                 OperationFailedException
Specified by:
getObjectInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

copyObject

public boolean copyObject(java.lang.String srcObjectAbsolutePath,
                          java.lang.String destFolderAbsolutePath,
                          java.lang.String newName,
                          java.lang.String userID,
                          java.lang.String password)
                   throws java.rmi.RemoteException,
                          InvalidParametersException,
                          AccessDeniedException,
                          OperationFailedException
Specified by:
copyObject in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

copyObjectInSession

public boolean copyObjectInSession(java.lang.String srcObjectAbsolutePath,
                                   java.lang.String destFolderAbsolutePath,
                                   java.lang.String newName,
                                   java.lang.String bipSessionToken)
                            throws java.rmi.RemoteException,
                                   InvalidParametersException,
                                   AccessDeniedException,
                                   OperationFailedException
Specified by:
copyObjectInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

renameObject

public boolean renameObject(java.lang.String objectAbsolutePath,
                            java.lang.String newName,
                            java.lang.String userID,
                            java.lang.String password)
                     throws java.rmi.RemoteException,
                            InvalidParametersException,
                            AccessDeniedException,
                            OperationFailedException
Specified by:
renameObject in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

renameObjectInSession

public boolean renameObjectInSession(java.lang.String objectAbsolutePath,
                                     java.lang.String newName,
                                     java.lang.String bipSessionToken)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Specified by:
renameObjectInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

updateObjectInSession

public boolean updateObjectInSession(java.lang.String objectAbsolutePath,
                                     byte[] objectData,
                                     java.lang.String bipSessionToken)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Specified by:
updateObjectInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

deleteObject

public boolean deleteObject(java.lang.String objectAbsolutePath,
                            java.lang.String userID,
                            java.lang.String password)
                     throws java.rmi.RemoteException,
                            InvalidParametersException,
                            AccessDeniedException,
                            OperationFailedException
Specified by:
deleteObject in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

deleteObjectInSession

public boolean deleteObjectInSession(java.lang.String objectAbsolutePath,
                                     java.lang.String bipSessionToken)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Specified by:
deleteObjectInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadXLIFF

public boolean uploadXLIFF(java.lang.String objectAbsolutePath,
                           byte[] xliffData,
                           java.lang.String locale,
                           java.lang.String userID,
                           java.lang.String password)
                    throws java.rmi.RemoteException,
                           InvalidParametersException,
                           AccessDeniedException,
                           OperationFailedException
Specified by:
uploadXLIFF in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadXLIFFInSession

public boolean uploadXLIFFInSession(java.lang.String objectAbsolutePath,
                                    byte[] xliffData,
                                    java.lang.String locale,
                                    java.lang.String bipSessionToken)
                             throws java.rmi.RemoteException,
                                    InvalidParametersException,
                                    AccessDeniedException,
                                    OperationFailedException
Specified by:
uploadXLIFFInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

downloadXLIFF

public byte[] downloadXLIFF(java.lang.String objectAbsolutePath,
                            java.lang.String locale,
                            java.lang.String userID,
                            java.lang.String password)
                     throws java.rmi.RemoteException,
                            InvalidParametersException,
                            AccessDeniedException,
                            OperationFailedException
Specified by:
downloadXLIFF in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

downloadXLIFFInSession

public byte[] downloadXLIFFInSession(java.lang.String objectAbsolutePath,
                                     java.lang.String locale,
                                     java.lang.String bipSessionToken)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Specified by:
downloadXLIFFInSession in interface CatalogService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-02


Copyright © 2010, 2011, Oracle. All rights reserved.