com.atlassian.confluence.rpc
Class RpcConfigurationChangeListener

java.lang.Object
  extended bycom.atlassian.confluence.rpc.RpcConfigurationChangeListener
All Implemented Interfaces:
EventListener

public class RpcConfigurationChangeListener
extends Object
implements EventListener


Field Summary
static org.apache.log4j.Category log
           
 
Constructor Summary
RpcConfigurationChangeListener()
           
 
Method Summary
 Class[] getHandledEventClasses()
           
 void handleEvent(Event event)
           
 void setAxisSoapServer(RpcServer soapServer)
           
 void setGlueSoapServer(RpcServer soapServer)
           
 void setXmlRpcServer(RpcServer xmlRpcServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Category log
Constructor Detail

RpcConfigurationChangeListener

public RpcConfigurationChangeListener()
Method Detail

handleEvent

public void handleEvent(Event event)
Specified by:
handleEvent in interface EventListener

getHandledEventClasses

public Class[] getHandledEventClasses()
Specified by:
getHandledEventClasses in interface EventListener

setAxisSoapServer

public void setAxisSoapServer(RpcServer soapServer)

setGlueSoapServer

public void setGlueSoapServer(RpcServer soapServer)

setXmlRpcServer

public void setXmlRpcServer(RpcServer xmlRpcServer)


Confluence is developed by Atlassian.