|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.danube.scrumworks.api2.ScrumWorksService
public final class ScrumWorksService
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 |
|---|
public static ScrumWorksAPIService getConnection(java.lang.String url,
java.lang.String username,
java.lang.String password)
throws java.net.MalformedURLException
url - the url to the WSDL (usually http://<server>:8080/scrumworks-api/api2/scrumworks?wsdl)username - the usernamepassword - the password
java.net.MalformedURLException - if the URL is invalid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||