CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.remoting.sample
Class RemotingUtils

java.lang.Object
  extended by com.intland.codebeamer.remoting.sample.RemotingUtils

Deprecated. since 4.3 use RemoteApiFactory instead

public class RemotingUtils
extends java.lang.Object

Utility methods for remoting.


Constructor Summary
RemotingUtils()
          Deprecated.  
 
Method Summary
static RemoteApi connect(java.lang.String serviceUrl)
          Deprecated. Connects to the passed web service URL.
static RemoteApi createExceptionHandler(RemoteApi api)
          Deprecated. This method is now obsolete and simply verifies that the api is not null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingUtils

public RemotingUtils()
Deprecated. 
Method Detail

connect

public static RemoteApi connect(java.lang.String serviceUrl)
Deprecated. 
Connects to the passed web service URL. Supports both plain HTTP and HTTPS protocols. In case of HTTPS, it completely bypasses the certificate verification.

Returns:
the CodeBeamer Remote API associated with the URL or null if couldn't connect.

createExceptionHandler

public static RemoteApi createExceptionHandler(RemoteApi api)
Deprecated. 
This method is now obsolete and simply verifies that the api is not null

Parameters:
api - to check
Returns:
the api

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.