Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.webservices.util
Class CatalogServiceUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.webservices.util.CatalogServiceUtil

public class CatalogServiceUtil
extends java.lang.Object


Constructor Summary
CatalogServiceUtil()
           
 
Method Summary
static java.util.List<oracle.jbo.server.ViewRowImpl> getAllObjects(CatalogServiceVOImpl catalogServiceVO)
          getAllCatalogVO(..) Get all service objects from MDS repository under the name space specified in adf-config.xml Query MDS repository using client api's provided by ADFBC team.
static java.lang.String getHostPort(java.lang.String lboName)
          getHostPort(..) Queries Taxonomy AMs and fetches hostName and PortNumber of deployed domains.
static java.lang.String getModuleName(java.lang.String lboName)
           
static oracle.jbo.server.ViewRowImpl getObject(java.lang.String lbo_name, CatalogServiceVOImpl catalogServiceVO)
          getObject() Get the service object from MDS repository using the lob_Name passed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogServiceUtil

public CatalogServiceUtil()
Method Detail

getModuleName

public static java.lang.String getModuleName(java.lang.String lboName)

getHostPort

public static java.lang.String getHostPort(java.lang.String lboName)
                                    throws java.lang.Exception
getHostPort(..) Queries Taxonomy AMs and fetches hostName and PortNumber of deployed domains.

Parameters:
lboName - - Logical Business Object Name of each service object.
Returns:
Concatenated hostName and PortNumber string.
Throws:
java.lang.Exception

getObject

public static oracle.jbo.server.ViewRowImpl getObject(java.lang.String lbo_name,
                                                      CatalogServiceVOImpl catalogServiceVO)
                                               throws java.lang.Exception
getObject() Get the service object from MDS repository using the lob_Name passed. Query MDS repository using client api's provided by ADFBC team.

Parameters:
lbo_name - - Logical Busoness Object Name of the service object.
catalogServiceVO - - To hold the attribute values of service object extracted.
Returns:
Return the service object containing the values of following attributes: 1. targetNamespace 2. lbo name of the service 3. lifecycle 4. xsdLocation 5. wsdlAddress - Fetch the host name and port number of the service from taxonomy AMs.
Throws:
java.lang.Exception

getAllObjects

public static java.util.List<oracle.jbo.server.ViewRowImpl> getAllObjects(CatalogServiceVOImpl catalogServiceVO)
                                                                   throws java.lang.Exception
getAllCatalogVO(..) Get all service objects from MDS repository under the name space specified in adf-config.xml Query MDS repository using client api's provided by ADFBC team.

Parameters:
catalogServiceVO - To hold the attribute values of service object extracted.
Returns:
List of catalog service objects containing the values of following attributes: 1. targetNamespace 2. lbo name of the service 3. lifecycle 4. xsdLocation 5. wsdlAddress - Fetch the host name and port number of the service from taxonomy AMs.
Throws:
java.lang.Exception

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.