com.atlassian.confluence.plugin.descriptor.rpc
Class SoapModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
      extended by com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
          extended by com.atlassian.confluence.plugin.descriptor.rpc.SoapModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Object>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware

public class SoapModuleDescriptor
extends RpcModuleDescriptor


Field Summary
 
Fields inherited from class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
authenticated, log, publishedInterface, servicePath
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton
 
Constructor Summary
SoapModuleDescriptor()
           
 
Method Summary
 String getServiceName()
           
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
           
protected  void resetServerConfig()
           
 void setAxisSoapServer(RpcServer axisSoapServer)
           
 void setGlueSoapServer(RpcServer glueSoapServer)
           
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.rpc.RpcModuleDescriptor
disabled, enabled, getModule, getPublishedInterface, getServicePath, isAuthenticated
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, 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

SoapModuleDescriptor

public SoapModuleDescriptor()
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<Object>
Overrides:
init in class RpcModuleDescriptor
Throws:
com.atlassian.plugin.PluginParseException

resetServerConfig

protected void resetServerConfig()
Specified by:
resetServerConfig in class RpcModuleDescriptor

setGlueSoapServer

public void setGlueSoapServer(RpcServer glueSoapServer)

setAxisSoapServer

public void setAxisSoapServer(RpcServer axisSoapServer)

getServiceName

public String getServiceName()


Copyright © 2003-2012 Atlassian. All Rights Reserved.