com.atlassian.jira.plugin.rpc
Class RpcModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
      extended by com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<T>
          extended by com.atlassian.jira.plugin.AbstractConfigurableModuleDescriptor<Void>
              extended by com.atlassian.jira.plugin.rpc.RpcModuleDescriptor
All Implemented Interfaces:
ConfigurableModuleDescriptor, JiraResourcedModuleDescriptor<Void>, com.atlassian.plugin.ModuleDescriptor<Void>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware
Direct Known Subclasses:
SoapModuleDescriptor, XmlRpcModuleDescriptor

Deprecated. in JIRA 6.0, REST is the future :)

@Deprecated
public abstract class RpcModuleDescriptor
extends AbstractConfigurableModuleDescriptor<Void>


Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton
 
Constructor Summary
RpcModuleDescriptor(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory)
          Deprecated.  
 
Method Summary
 String getServicePath()
          Deprecated.  
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
          Deprecated.  
protected  void provideValidationRules(com.atlassian.plugin.util.validation.ValidationPattern pattern)
          Deprecated.  
 
Methods inherited from class com.atlassian.jira.plugin.AbstractConfigurableModuleDescriptor
disabled, enabled, getObjectConfiguration, getObjectDescriptor
 
Methods inherited from class com.atlassian.jira.plugin.AbstractJiraModuleDescriptor
assertResourceExists, createModule, createVelocityParams, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtml
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, hashCode, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 

Constructor Detail

RpcModuleDescriptor

public RpcModuleDescriptor(JiraAuthenticationContext authenticationContext,
                           com.atlassian.plugin.module.ModuleFactory moduleFactory)
Deprecated. 
Method Detail

provideValidationRules

protected void provideValidationRules(com.atlassian.plugin.util.validation.ValidationPattern pattern)
Deprecated. 
Overrides:
provideValidationRules in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Void>

init

public void init(com.atlassian.plugin.Plugin plugin,
                 org.dom4j.Element element)
          throws com.atlassian.plugin.PluginParseException
Deprecated. 
Specified by:
init in interface com.atlassian.plugin.ModuleDescriptor<Void>
Overrides:
init in class AbstractConfigurableModuleDescriptor<Void>
Throws:
com.atlassian.plugin.PluginParseException

getServicePath

public String getServicePath()
Deprecated. 


Copyright © 2002-2014 Atlassian. All Rights Reserved.