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:
- ModuleDescriptor, Resourced, StateAware
- Direct Known Subclasses:
- SoapModuleDescriptor, XmlRpcModuleDescriptor
- public abstract class RpcModuleDescriptor
- extends AbstractModuleDescriptor
- implements StateAware
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 |
log
public static final org.apache.log4j.Category log
servicePath
protected String servicePath
publishedInterface
protected String publishedInterface
authenticated
protected boolean authenticated
RpcModuleDescriptor
public RpcModuleDescriptor()
resetServerConfig
protected abstract void resetServerConfig()
init
public void init(Plugin plugin,
org.dom4j.Element element)
throws PluginParseException
- Specified by:
init
in interface ModuleDescriptor
- Throws:
PluginParseException
getModule
public Object getModule()
- Specified by:
getModule
in interface ModuleDescriptor
enabled
public void enabled()
- Specified by:
enabled
in interface StateAware
disabled
public void disabled()
- Specified by:
disabled
in interface StateAware
isAuthenticated
public boolean isAuthenticated()
getServicePath
public String getServicePath()
getPublishedInterface
public String getPublishedInterface()