com.atlassian.confluence.rpc
Class RpcConfigurationChangeListener

java.lang.Object
  extended by com.atlassian.confluence.rpc.RpcConfigurationChangeListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class RpcConfigurationChangeListener
extends Object
implements com.atlassian.event.EventListener


Field Summary
static org.apache.log4j.Category log
           
 
Constructor Summary
RpcConfigurationChangeListener()
           
 
Method Summary
 Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.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(com.atlassian.event.Event event)
Specified by:
handleEvent in interface com.atlassian.event.EventListener

getHandledEventClasses

public 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-2012 Atlassian. All Rights Reserved.