org.sonar.plugins.mantis.soap
Class MantisSoapService

java.lang.Object
  extended by org.sonar.plugins.mantis.soap.MantisSoapService

public class MantisSoapService
extends Object

Since:
0.1
Author:
Jeremie Lagarde

Constructor Summary
MantisSoapService(URL webServiceURL)
           
 
Method Summary
 void connect(String login, String password, String project)
           
protected  biz.futureware.mantis.rpc.soap.client.MantisConnectLocator createMantisConnectLocator()
           
 void disconnect()
           
 biz.futureware.mantis.rpc.soap.client.FilterData[] getFilters()
           
 biz.futureware.mantis.rpc.soap.client.IssueData[] getIssues(biz.futureware.mantis.rpc.soap.client.FilterData filter)
           
 BigInteger getProjectId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MantisSoapService

public MantisSoapService(URL webServiceURL)
                  throws RemoteException
Throws:
RemoteException
Method Detail

getProjectId

public BigInteger getProjectId()

connect

public void connect(String login,
                    String password,
                    String project)
             throws RemoteException
Throws:
RemoteException

getFilters

public biz.futureware.mantis.rpc.soap.client.FilterData[] getFilters()
                                                              throws RemoteException
Throws:
RemoteException

getIssues

public biz.futureware.mantis.rpc.soap.client.IssueData[] getIssues(biz.futureware.mantis.rpc.soap.client.FilterData filter)
                                                            throws RemoteException
Throws:
RemoteException

disconnect

public void disconnect()
                throws RemoteException
Throws:
RemoteException

createMantisConnectLocator

protected biz.futureware.mantis.rpc.soap.client.MantisConnectLocator createMantisConnectLocator()


Copyright © 2011. All Rights Reserved.