org.apache.wsrp4j.producer.provider.pluto.driver
Class InformationProviderServiceFactoryImpl

java.lang.Object
  extended byorg.apache.pluto.portalImpl.core.InformationProviderServiceFactoryImpl
      extended byorg.apache.wsrp4j.producer.provider.pluto.driver.InformationProviderServiceFactoryImpl
All Implemented Interfaces:
org.apache.pluto.services.ContainerService, org.apache.pluto.factory.Factory, org.apache.pluto.portalImpl.factory.InformationProviderFactory, org.apache.pluto.services.information.InformationProviderService

public class InformationProviderServiceFactoryImpl
extends org.apache.pluto.portalImpl.core.InformationProviderServiceFactoryImpl

Version:
$Id: InformationProviderServiceFactoryImpl.java,v 1.4 2005/08/10 15:10:22 cziegeler Exp $

Field Summary
 
Fields inherited from class org.apache.pluto.portalImpl.core.InformationProviderServiceFactoryImpl
 
Constructor Summary
InformationProviderServiceFactoryImpl()
           
 
Method Summary
 org.apache.pluto.services.information.DynamicInformationProvider getDynamicProvider(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.pluto.portalImpl.core.InformationProviderServiceFactoryImpl
destroy, getStaticProvider, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformationProviderServiceFactoryImpl

public InformationProviderServiceFactoryImpl()
Method Detail

getDynamicProvider

public org.apache.pluto.services.information.DynamicInformationProvider getDynamicProvider(javax.servlet.http.HttpServletRequest request)


--