net.thucydides.plugins.jira.client
Class SOAPSession

Package class diagram package SOAPSession
java.lang.Object
  extended by net.thucydides.plugins.jira.client.SOAPSession

public class SOAPSession
extends Object

This represents a SOAP session with JIRA including that state of being logged in or not.


Constructor Summary
protected SOAPSession(URL webServicePort)
           
 
Method Summary
 String getAuthenticationToken()
           
 JiraSoapService getJiraSoapService()
           
protected  JiraSoapServiceService getServiceLocator()
           
static SOAPSession openConnectionTo(URL webServicePort)
          Open a connection to the specified JIRA SOAP web service.
 SOAPSession usingCredentials(String userName, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPSession

protected SOAPSession(URL webServicePort)
Method Detail

openConnectionTo

public static SOAPSession openConnectionTo(URL webServicePort)
Open a connection to the specified JIRA SOAP web service.

Parameters:
webServicePort -

getServiceLocator

protected JiraSoapServiceService getServiceLocator()

usingCredentials

public SOAPSession usingCredentials(String userName,
                                    String password)
                             throws RemoteException
Throws:
RemoteException

getAuthenticationToken

public String getAuthenticationToken()

getJiraSoapService

public JiraSoapService getJiraSoapService()


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.