Class RpcModuleDescriptor
- java.lang.Object
- 
- com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
- 
- com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
 
 
- 
- All Implemented Interfaces:
- com.atlassian.plugin.ModuleDescriptor<Object>,- com.atlassian.plugin.Resourced,- com.atlassian.plugin.ScopeAware,- com.atlassian.plugin.StateAware
 - Direct Known Subclasses:
- SoapModuleDescriptor,- XmlRpcModuleDescriptor
 
 public abstract class RpcModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object> 
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleanauthenticatedprotected StringpublishedInterfaceprotected StringservicePath
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedRpcModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voiddisabled()voidenabled()ObjectgetModule()ClassgetPublishedInterface()StringgetServicePath()voidinit(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)booleanisAuthenticated()protected abstract voidresetServerConfig()- 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptorassertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString
 
- 
 
- 
- 
- 
Method Detail- 
resetServerConfigprotected abstract void resetServerConfig() 
 - 
initpublic void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
 - 
getModulepublic Object getModule() 
 - 
enabledpublic void enabled() - Specified by:
- enabledin interface- com.atlassian.plugin.StateAware
- Overrides:
- enabledin class- com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
 
 - 
disabledpublic void disabled() - Specified by:
- disabledin interface- com.atlassian.plugin.StateAware
- Overrides:
- disabledin class- com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
 
 - 
isAuthenticatedpublic boolean isAuthenticated() 
 - 
getServicePathpublic String getServicePath() 
 - 
getPublishedInterfacepublic Class getPublishedInterface() throws ClassNotFoundException - Throws:
- ClassNotFoundException
 
 
- 
 
-