com.liferay.portal.wsrp
Class ConsumerRegistryFactoryImpl

java.lang.Object
  extended by com.liferay.portal.wsrp.ConsumerRegistryFactoryImpl
All Implemented Interfaces:
org.apache.wsrp4j.producer.ConsumerRegistryFactory

public class ConsumerRegistryFactoryImpl
extends java.lang.Object
implements org.apache.wsrp4j.producer.ConsumerRegistryFactory

View Source

Author:
Michael Young

Constructor Summary
ConsumerRegistryFactoryImpl()
           
 
Method Summary
 org.apache.wsrp4j.producer.ConsumerRegistry getConsumerRegistry(org.apache.wsrp4j.producer.provider.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
 

Constructor Detail

ConsumerRegistryFactoryImpl

public ConsumerRegistryFactoryImpl()
Method Detail

getConsumerRegistry

public org.apache.wsrp4j.producer.ConsumerRegistry getConsumerRegistry(org.apache.wsrp4j.producer.provider.Provider provider)
                                                                throws org.apache.wsrp4j.exception.WSRPException
Returns an instance of the ConsumerRegistryImpl-class.

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