org.apache.maven.plugins.patchtracker.tracking.jira.soap
Interface JiraSoapServiceService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
JiraSoapServiceServiceLocator

public interface JiraSoapServiceService
extends javax.xml.rpc.Service


Method Summary
 JiraSoapService getJirasoapserviceV2()
           
 JiraSoapService getJirasoapserviceV2(URL portAddress)
           
 String getJirasoapserviceV2Address()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getJirasoapserviceV2Address

String getJirasoapserviceV2Address()

getJirasoapserviceV2

JiraSoapService getJirasoapserviceV2()
                                     throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getJirasoapserviceV2

JiraSoapService getJirasoapserviceV2(URL portAddress)
                                     throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.