org.apache.wsrp4j.producer
Interface ConsumerRegistryFactory
- All Known Implementing Classes:
- ConsumerRegistryFactoryImpl
- public interface ConsumerRegistryFactory
This class provides an interface to any ConsumerRegistry.
- Version:
- $Id: ConsumerRegistryFactory.java,v 1.4 2005/08/10 14:59:57 cziegeler Exp $
- Author:
- Stefan Behl
getConsumerRegistry
public ConsumerRegistry getConsumerRegistry(Provider provider)
throws WSRPException
- Returns an instance of ConsumerRegistry by calling the constructor
of the corresponding class implementing the ConsumerRegistry-Interface
- Returns:
- ConsumerRegistry An instance of any class implementing the
ConsumerRegistry.
- Throws:
WSRPException
--