org.apache.wsrp4j.producer.provider
Interface ProviderFactory


public interface ProviderFactory

This class provides the ProviderFactory-interface.

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

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

Returns:
Provider Provider-instance.