Uses of Class
com.atlassian.confluence.it.rpc.RpcRuntimeException

Packages that use RpcRuntimeException
com.atlassian.confluence.it.rpc   
 

Uses of RpcRuntimeException in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc that throw RpcRuntimeException
 java.lang.Object ConfluenceRpc.execute(java.lang.String method, java.lang.Object... args)
          Execute a Confluence rpc method as the currently logged in user.
 java.lang.Object ConfluenceRpc.executeFuncTest(java.lang.String method, java.lang.Object... args)
          Instead of using the execute methods directly, consider adding a wrapper method to ConfluenceRpc.
protected  java.lang.Object ConfluenceRpc.executeRpc(java.lang.String rpcBase, java.lang.String method, java.lang.Object... args)
           
 

Constructors in com.atlassian.confluence.it.rpc that throw RpcRuntimeException
ConfluenceRpc(java.lang.String baseUrl)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.