ProjectSessionXML API based on ProjectSession API but oriented to web services
calls from a non-Java language. Get methods of this API returns
XML.
author: Miguel Valdes
public void ejbCreate() throws CreateException(Code)
Creates the Project Session Bean. This method is the first one to invoke in order to
use ProjectSession API. If the user is not authorized this method throws an exception.
throws: CreateException -
Init the Project Session Bean. You have to call this method after "create" call. After that
all methods of ProjectSession API are available.
Parameters: projectName - project name throws: HeroException -
setSessionContext
public void setSessionContext(javax.ejb.SessionContext context)(Code)