org.apache.wsrp4j.producer.driver
Class ConsumerRegistryFactoryImpl

java.lang.Object
  extended byorg.apache.wsrp4j.producer.driver.ConsumerRegistryFactoryImpl
All Implemented Interfaces:
ConsumerRegistryFactory

public class ConsumerRegistryFactoryImpl
extends java.lang.Object
implements ConsumerRegistryFactory

This class implements the ConsumerRegistryFactory-interface.

Version:
$Id: ConsumerRegistryFactoryImpl.java,v 1.5 2005/08/10 14:59:57 cziegeler Exp $
Author:
Stefan Behl

Field Summary
private static ConsumerRegistryImpl consumerReg
           
 
Constructor Summary
ConsumerRegistryFactoryImpl()
           
 
Method Summary
 ConsumerRegistry getConsumerRegistry(Provider provider)
          Returns an instance of the ConsumerRegistryImpl-class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

consumerReg

private static ConsumerRegistryImpl consumerReg
Constructor Detail

ConsumerRegistryFactoryImpl

public ConsumerRegistryFactoryImpl()
Method Detail

getConsumerRegistry

public ConsumerRegistry getConsumerRegistry(Provider provider)
                                     throws WSRPException
Returns an instance of the ConsumerRegistryImpl-class.

Specified by:
getConsumerRegistry in interface ConsumerRegistryFactory
Parameters:
provider - A provider interface.
Returns:
ConsumerRegistry An instance of ConsumerRegistryImpl.
Throws:
WSRPException


--