com.sap.aii.af.service.administration.api

Class AdapterRegistryFactory

java.lang.Object
  extended by com.sap.aii.af.service.administration.api.AdapterRegistryFactory

public class AdapterRegistryFactory
extends Object

A factory to obtain an instance of an implementation of the AdapterRegistry interface.

Usage:

 AdapterRegistry registry = AdapterRegistryFactory.getInstance().getAdapterRegistry();
 

See Also:
AdapterRegistry

Method Summary
 AdapterRegistry getAdapterRegistry()
          Obtains an instance of the AdapterRegistry interface.
static AdapterRegistryFactory getInstance()
          Obtains an instance of this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAdapterRegistry

public AdapterRegistry getAdapterRegistry()
Obtains an instance of the AdapterRegistry interface.

Returns:
the AdapterRegistry instance
See Also:
AdapterRegistry

getInstance

public static AdapterRegistryFactory getInstance()
Obtains an instance of this factory.

Returns:
the AdapterRegistryFactory instance
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.af.svc.facade api BC-XI


Copyright 2011 SAP AG Complete Copyright Notice