com.atlassian.jira.rpc.soap.jirasoapservice_v2.JiraSoapServiceService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simple-remote-atlassian Show documentation
Show all versions of simple-remote-atlassian Show documentation
Interface to Jira, Confluence and Bamboo
The newest version!
/**
* JiraSoapServiceService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.atlassian.jira.rpc.soap.jirasoapservice_v2;
public interface JiraSoapServiceService extends javax.xml.rpc.Service {
public java.lang.String getJirasoapserviceV2Address();
public com.atlassian.jira.rpc.soap.jirasoapservice_v2.JiraSoapService getJirasoapserviceV2() throws javax.xml.rpc.ServiceException;
public com.atlassian.jira.rpc.soap.jirasoapservice_v2.JiraSoapService getJirasoapserviceV2(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}