com.danube.scrumworks.api2
Class ScrumWorksService

java.lang.Object
  extended by com.danube.scrumworks.api2.ScrumWorksService

public final class ScrumWorksService
extends java.lang.Object

Creates connections to the ScrumWorks API at a given URL.


Method Summary
static ScrumWorksAPIService getConnection(java.lang.String url, java.lang.String username, java.lang.String password)
          Gets a connection to the API.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnection

public static ScrumWorksAPIService getConnection(java.lang.String url,
                                                 java.lang.String username,
                                                 java.lang.String password)
                                          throws java.net.MalformedURLException
Gets a connection to the API.

Parameters:
url - the url to the WSDL (usually http://<server>:8080/scrumworks-api/api2/scrumworks?wsdl)
username - the username
password - the password
Returns:
the connection
Throws:
java.net.MalformedURLException - if the URL is invalid