com.atlassian.jira.web.servlet.rpc
Class PluggableXmlRpcRequestProcessor.XmlRpcServerConfigurator

java.lang.Object
  extended by com.atlassian.jira.web.servlet.rpc.PluggableXmlRpcRequestProcessor.XmlRpcServerConfigurator
Enclosing class:
PluggableXmlRpcRequestProcessor

public static final class PluggableXmlRpcRequestProcessor.XmlRpcServerConfigurator
extends Object

Provides XML-RPC handler configuration from the plugin system.


Method Summary
 void onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
           
 void onPluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
           
 org.apache.xmlrpc.XmlRpcServer server()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

server

public org.apache.xmlrpc.XmlRpcServer server()

onPluginModuleEnabled

@EventListener
public void onPluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)

onPluginModuleDisabled

@EventListener
public void onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)


Copyright © 2002-2014 Atlassian. All Rights Reserved.