Oracle Corporation

com.bea.wlcp.wlng.api.edr
Class EdrServiceFactory

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.edr.EdrServiceFactory

public class EdrServiceFactory
extends Object

This class returns the singleton instance of the Edr Service.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Constructor Summary
EdrServiceFactory()
           
 
Method Summary
static EdrService getService()
          Retrieves the default EdrService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdrServiceFactory

public EdrServiceFactory()
Method Detail

getService

public static EdrService getService()
Retrieves the default EdrService


Oracle Corporation