com.atlassian.confluence.plugin.descriptor.rpc
Class RpcModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
- All Implemented Interfaces:
- com.atlassian.plugin.ModuleDescriptor, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware
- Direct Known Subclasses:
- SoapModuleDescriptor, XmlRpcModuleDescriptor
public abstract class RpcModuleDescriptor
- extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor
- implements com.atlassian.plugin.StateAware
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
plugin, resources, singleton |
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
assertModuleClassImplements, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, satisfiesMinJavaVersion, setPlugin, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
log
public static final org.apache.log4j.Category log
servicePath
protected java.lang.String servicePath
publishedInterface
protected java.lang.String publishedInterface
authenticated
protected boolean authenticated
RpcModuleDescriptor
public RpcModuleDescriptor()
resetServerConfig
protected abstract void resetServerConfig()
init
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
- Specified by:
init
in interface com.atlassian.plugin.ModuleDescriptor
- Overrides:
init
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
- Throws:
com.atlassian.plugin.PluginParseException
getModule
public java.lang.Object getModule()
- Specified by:
getModule
in interface com.atlassian.plugin.ModuleDescriptor
- Specified by:
getModule
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
enabled
public void enabled()
- Specified by:
enabled
in interface com.atlassian.plugin.StateAware
disabled
public void disabled()
- Specified by:
disabled
in interface com.atlassian.plugin.StateAware
isAuthenticated
public boolean isAuthenticated()
getServicePath
public java.lang.String getServicePath()
getPublishedInterface
public java.lang.Class getPublishedInterface()
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.