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

E22562-07

oracle.apps.fnd.applcore.webservices
Interface ServiceCatalogService

All Known Implementing Classes:
ServiceCatalogServiceImpl

public interface ServiceCatalogService


Field Summary
static java.lang.String NAME
           
 
Method Summary
 java.util.List<CatalogService> getAllServiceEndPoints()
          Exported method getAllServiceEndPoints from ServiceCatalogAM.
 CatalogService getServiceEndPoint(java.lang.String LogicalBusinessObjectName)
          Exported method getServiceEndPoint from ServiceCatalogAM.
 

Field Detail

NAME

static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

getServiceEndPoint

@RequestWrapper(targetNamespace="http://xmlns.oracle.com/oracle/apps/fnd/applcore/webservices/types/",
                localName="getServiceEndPoint")
@ResponseWrapper(targetNamespace="http://xmlns.oracle.com/oracle/apps/fnd/applcore/webservices/types/",
                 localName="getServiceEndPointResponse")
CatalogService getServiceEndPoint(java.lang.String LogicalBusinessObjectName)
                                  throws oracle.jbo.service.errors.ServiceException
Exported method getServiceEndPoint from ServiceCatalogAM.

Throws:
oracle.jbo.service.errors.ServiceException

getAllServiceEndPoints

@RequestWrapper(targetNamespace="http://xmlns.oracle.com/oracle/apps/fnd/applcore/webservices/types/",
                localName="getAllServiceEndPoints")
@ResponseWrapper(targetNamespace="http://xmlns.oracle.com/oracle/apps/fnd/applcore/webservices/types/",
                 localName="getAllServiceEndPointsResponse")
java.util.List<CatalogService> getAllServiceEndPoints()
                                                      throws oracle.jbo.service.errors.ServiceException
Exported method getAllServiceEndPoints from ServiceCatalogAM.

Throws:
oracle.jbo.service.errors.ServiceException

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.