org.gcube.contentmanagement.contentmanager.smsplugin.contexts
Class SMSPluginContext

java.lang.Object
  extended by PluginContext
      extended by org.gcube.contentmanagement.contentmanager.smsplugin.contexts.SMSPluginContext

public class SMSPluginContext
extends PluginContext

The context of the plugin.

Author:
Fabio Simeoni (University of Strathclyde), Federico De Faveri defaveri@isti.cnr.it

Field Summary
static java.lang.String NS
          The plugin's namespace.
 
Constructor Summary
SMSPluginContext()
          
 
Method Summary
 java.util.List<org.w3c.dom.Element> getCreatePayloads()
          
 FactoryDelegate getFactory()
          
static void initializeSMSInterface(java.util.Collection<GCUBEScope> scopes, GCUBESecurityManager securityManager)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS
The plugin's namespace.

See Also:
Constant Field Values
Constructor Detail

SMSPluginContext

public SMSPluginContext()
                 throws java.lang.Exception

Throws:
java.lang.Exception
Method Detail

initializeSMSInterface

public static void initializeSMSInterface(java.util.Collection<GCUBEScope> scopes,
                                          GCUBESecurityManager securityManager)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getCreatePayloads

public java.util.List<org.w3c.dom.Element> getCreatePayloads()


getFactory

public FactoryDelegate getFactory()