org.apache.wsrp4j.producer.provider
Interface ProviderFactory

All Known Implementing Classes:
ProviderFactoryImpl

public interface ProviderFactory

This class provides the ProviderFactory-interface.

Version:
$Id: ProviderFactory.java,v 1.4 2005/08/10 15:10:24 cziegeler Exp $
Author:
Stefan Behl

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

Method Detail

getProvider

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

Returns:
Provider Provider-instance.


--