org.gcube.contentmanagement.contentmanager.smsplugin.delegates
Class TypedFactory<T extends SMSCreateParameters>

java.lang.Object
  extended by FactoryDelegate
      extended by org.gcube.contentmanagement.contentmanager.smsplugin.delegates.SMSFactory
          extended by org.gcube.contentmanagement.contentmanager.smsplugin.delegates.TypedFactory<T>

public class TypedFactory<T extends SMSCreateParameters>
extends SMSFactory

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
TypedFactory()
           
 
Method Summary
 Collection create(T payload)
           
 
Methods inherited from class org.gcube.contentmanagement.contentmanager.smsplugin.delegates.SMSFactory
create
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedFactory

public TypedFactory()
Method Detail

create

public Collection create(T payload)
                  throws java.lang.Exception
Throws:
java.lang.Exception