public class RpcConfigurationChangeListener extends Object implements com.atlassian.event.EventListener
Constructor and Description |
---|
RpcConfigurationChangeListener() |
Modifier and Type | Method and Description |
---|---|
Class[] |
getHandledEventClasses() |
void |
handleEvent(com.atlassian.event.Event event) |
void |
setAxisSoapServer(RpcServer soapServer) |
void |
setGlueSoapServer(RpcServer soapServer) |
void |
setXmlRpcServer(RpcServer xmlRpcServer) |
public void handleEvent(com.atlassian.event.Event event)
handleEvent
in interface com.atlassian.event.EventListener
public Class[] getHandledEventClasses()
getHandledEventClasses
in interface com.atlassian.event.EventListener
public void setAxisSoapServer(RpcServer soapServer)
public void setGlueSoapServer(RpcServer soapServer)
public void setXmlRpcServer(RpcServer xmlRpcServer)
Copyright © 2003–2020 Atlassian. All rights reserved.