org.apache.wsrp4j.producer.provider.pluto.driver
Class ProviderFactoryImpl

java.lang.Object
  extended byorg.apache.wsrp4j.producer.provider.pluto.driver.ProviderFactoryImpl
All Implemented Interfaces:
ProviderFactory

public class ProviderFactoryImpl
extends java.lang.Object
implements ProviderFactory

This class implements the ProviderFactory-interface.

Version:
$Id: ProviderFactoryImpl.java,v 1.6 2005/08/12 12:56:52 cziegeler Exp $
Author:
Peter Fischer

Field Summary
private static ProviderImpl provider
           
 
Constructor Summary
ProviderFactoryImpl()
           
 
Method Summary
 Provider getProvider()
          Returns an instance of Provider by calling the constructor of the corresponding class implementing the Provider-Interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

provider

private static ProviderImpl provider
Constructor Detail

ProviderFactoryImpl

public ProviderFactoryImpl()
Method Detail

getProvider

public Provider getProvider()
Returns an instance of Provider by calling the constructor of the corresponding class implementing the Provider-Interface

Specified by:
getProvider in interface ProviderFactory
Returns:
Provider Provider-instance.


--