com.collabnet.ce.webservices
Class AbstractSoapApp

java.lang.Object
  extended by com.collabnet.ce.webservices.AbstractSoapApp
Direct Known Subclasses:
DocumentApp, FileStorageApp, FrsApp, RbacApp, ScmApp, SimpleFileStorageApp, TrackerApp

public abstract class AbstractSoapApp
extends java.lang.Object

Base class for CollabNet's Soap App wrapper classes.


Constructor Summary
AbstractSoapApp(CollabNetApp collabNetApp)
          Constructor.
 
Method Summary
protected  void checkValidSessionId()
          Check if the current session is valid.
protected  java.lang.String getServerUrl()
          Get the server url
protected  java.lang.String getSessionId()
          Get the session id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSoapApp

public AbstractSoapApp(CollabNetApp collabNetApp)
Constructor.

Parameters:
collabNetApp - collabNetApp
Method Detail

checkValidSessionId

protected void checkValidSessionId()
Check if the current session is valid.


getSessionId

protected java.lang.String getSessionId()
Get the session id

Returns:
session id

getServerUrl

protected java.lang.String getServerUrl()
Get the server url

Returns:
the server url


Copyright © 2010. All Rights Reserved.