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 java.lang.Object
- implements com.atlassian.event.EventListener
Field Summary |
static org.apache.log4j.Category |
log
Deprecated. since 5.5 Use private logger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
@Deprecated
public static final org.apache.log4j.Category log
- Deprecated. since 5.5 Use private logger
RpcConfigurationChangeListener
public RpcConfigurationChangeListener()
handleEvent
public void handleEvent(com.atlassian.event.Event event)
- Specified by:
handleEvent
in interface com.atlassian.event.EventListener
getHandledEventClasses
public java.lang.Class[] getHandledEventClasses()
- Specified by:
getHandledEventClasses
in interface com.atlassian.event.EventListener
setAxisSoapServer
public void setAxisSoapServer(RpcServer soapServer)
setGlueSoapServer
public void setGlueSoapServer(RpcServer soapServer)
setXmlRpcServer
public void setXmlRpcServer(RpcServer xmlRpcServer)
Copyright © 2003-2014 Atlassian. All Rights Reserved.