Uses of Interface
com.atlassian.confluence.rpc.RpcServer
-
Packages that use RpcServer Package Description com.atlassian.confluence.plugin.descriptor.rpc com.atlassian.confluence.rpc com.atlassian.confluence.rpc.xmlrpc -
-
Uses of RpcServer in com.atlassian.confluence.plugin.descriptor.rpc
Constructors in com.atlassian.confluence.plugin.descriptor.rpc with parameters of type RpcServer Constructor Description XmlRpcModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory, RpcServer xmlRpcServer)
-
Uses of RpcServer in com.atlassian.confluence.rpc
Methods in com.atlassian.confluence.rpc with parameters of type RpcServer Modifier and Type Method Description void
RpcConfigurationChangeListener. setAxisSoapServer(RpcServer soapServer)
void
RpcConfigurationChangeListener. setGlueSoapServer(RpcServer soapServer)
void
RpcConfigurationChangeListener. setXmlRpcServer(RpcServer xmlRpcServer)
-
Uses of RpcServer in com.atlassian.confluence.rpc.xmlrpc
Classes in com.atlassian.confluence.rpc.xmlrpc that implement RpcServer Modifier and Type Class Description class
XmlRpcServer
-