Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.0)

E10686-08

oracle.adf.share.services
Interface Services

All Known Implementing Classes:
ADFServicesImpl, ServicesImpl

public interface Services

This interface is used to get a list of all Plugins intended to be exposed to the ResourceCatalog by the findServiceRefs method in ServicesFactory.

See Also:
ServicesFactory

Method Summary
 java.util.List<ServicePlugin> getPlugins()
           
 java.net.URL getServiceURL()
           
 

Method Detail

getPlugins

java.util.List<ServicePlugin> getPlugins()
Returns:
The list of item creators to supplement the Resouce Catalog node creation capabilities, presumably to handle the logical nodes representing this service.

getServiceURL

java.net.URL getServiceURL()
Returns:
The URL that represents the service location (the JAR instance).

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.0)

E10686-08

Copyright © 1997, 2013, Oracle. All rights reserved.