Package com.atlassian.confluence.rpc
Class RpcConfigurationChangeListener
- java.lang.Object
-
- com.atlassian.confluence.rpc.RpcConfigurationChangeListener
-
- All Implemented Interfaces:
com.atlassian.event.EventListener
public class RpcConfigurationChangeListener extends Object implements com.atlassian.event.EventListener
-
-
Constructor Summary
Constructors Constructor Description RpcConfigurationChangeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class[]
getHandledEventClasses()
void
handleEvent(com.atlassian.event.Event event)
void
setAxisSoapServer(RpcServer soapServer)
void
setGlueSoapServer(RpcServer soapServer)
void
setXmlRpcServer(RpcServer xmlRpcServer)
-
-
-
Method Detail
-
handleEvent
public void handleEvent(com.atlassian.event.Event event)
- Specified by:
handleEvent
in interfacecom.atlassian.event.EventListener
-
getHandledEventClasses
public Class[] getHandledEventClasses()
- Specified by:
getHandledEventClasses
in interfacecom.atlassian.event.EventListener
-
setAxisSoapServer
public void setAxisSoapServer(RpcServer soapServer)
-
setGlueSoapServer
public void setGlueSoapServer(RpcServer soapServer)
-
setXmlRpcServer
public void setXmlRpcServer(RpcServer xmlRpcServer)
-
-