com.atlassian.bamboo.plugin.descriptor
Class AxisStubDecoratorModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
      extended by com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor<AxisStubDecorator>
          extended by com.atlassian.bamboo.plugin.descriptor.AxisStubDecoratorModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<AxisStubDecorator>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware

public class AxisStubDecoratorModuleDescriptor
extends AbstractBambooModuleDescriptor<AxisStubDecorator>

Module descriptor for the axis stub decorators.


Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton
 
Constructor Summary
AxisStubDecoratorModuleDescriptor()
           
AxisStubDecoratorModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
           
 
Method Summary
 void decorate(org.apache.axis.client.Stub stub, java.lang.String username)
           
 void disabled()
           
 AxisStubDecorator getModule()
           
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
           
 
Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor
getFreeMarkerResourceLocation, getVelocityResourceLocation, instantiateClass, isMutable, postInit, preInit
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisStubDecoratorModuleDescriptor

public AxisStubDecoratorModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)

AxisStubDecoratorModuleDescriptor

public AxisStubDecoratorModuleDescriptor()
Method Detail

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<AxisStubDecorator>
Overrides:
init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<AxisStubDecorator>
Throws:
com.atlassian.plugin.PluginParseException

decorate

public void decorate(@NotNull
                     org.apache.axis.client.Stub stub,
                     @Nullable
                     java.lang.String username)

getModule

public AxisStubDecorator getModule()
Specified by:
getModule in interface com.atlassian.plugin.ModuleDescriptor<AxisStubDecorator>
Overrides:
getModule in class AbstractBambooModuleDescriptor<AxisStubDecorator>

disabled

public void disabled()
Specified by:
disabled in interface com.atlassian.plugin.StateAware
Overrides:
disabled in class AbstractBambooModuleDescriptor<AxisStubDecorator>


Copyright © 2012 Atlassian. All Rights Reserved.