Uses of Interface
com.atlassian.confluence.rpc.SecureRpc
-
Packages that use SecureRpc Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.xmlrpc -
-
Uses of SecureRpc in com.atlassian.confluence.rpc.soap
Subinterfaces of SecureRpc in com.atlassian.confluence.rpc.soap Modifier and Type Interface Description interface
ConfluenceSoapService
Classes in com.atlassian.confluence.rpc.soap that implement SecureRpc Modifier and Type Class Description class
WikiSoapService
SOAP API for wikimarkup formatted input and output.class
XhtmlSoapService
-
Uses of SecureRpc in com.atlassian.confluence.rpc.xmlrpc
Subinterfaces of SecureRpc in com.atlassian.confluence.rpc.xmlrpc Modifier and Type Interface Description interface
ConfluenceXmlRpcHandler
Classes in com.atlassian.confluence.rpc.xmlrpc that implement SecureRpc Modifier and Type Class Description class
ConfluenceXmlRpcHandlerImpl
An implementation of XML RPC that effectively delegates to an underlying SOAP implementation.
-