com.atlassian.jira.plugin.rpc
Class XmlRpcModuleDescriptor

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
                  extended by com.atlassian.jira.plugin.rpc.XmlRpcModuleDescriptor
All Implemented Interfaces:
ConfigurableModuleDescriptor, JiraResourcedModuleDescriptor<Void>, com.atlassian.plugin.ModuleDescriptor<Void>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware

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

@Deprecated
public class XmlRpcModuleDescriptor
extends RpcModuleDescriptor


Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton
 
Constructor Summary
XmlRpcModuleDescriptor(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.atlassian.jira.plugin.rpc.RpcModuleDescriptor
getServicePath, init, provideValidationRules
 
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

XmlRpcModuleDescriptor

public XmlRpcModuleDescriptor(JiraAuthenticationContext authenticationContext,
                              com.atlassian.plugin.module.ModuleFactory moduleFactory)
Deprecated. 


Copyright © 2002-2014 Atlassian. All Rights Reserved.