public class

JiraSoapServiceServiceLocator

extends Service
implements JiraSoapServiceService
java.lang.Object
   ↳ org.apache.axis.client.Service
     ↳ com.atlassian.jira.rpc.soap.jirasoapservice_v2.JiraSoapServiceServiceLocator

Summary

Fields
private String JirasoapserviceV2WSDDServiceName
private String JirasoapserviceV2_address
private HashSet ports
[Expand]
Inherited Fields
From class org.apache.axis.client.Service
Public Constructors
JiraSoapServiceServiceLocator()
JiraSoapServiceServiceLocator(EngineConfiguration config)
JiraSoapServiceServiceLocator(String wsdlLoc, QName sName)
Public Methods
JiraSoapService getJirasoapserviceV2()
JiraSoapService getJirasoapserviceV2(URL portAddress)
String getJirasoapserviceV2Address()
String getJirasoapserviceV2WSDDServiceName()
Remote getPort(Class serviceEndpointInterface)
For the given interface, get the stub implementation.
Remote getPort(QName portName, Class serviceEndpointInterface)
For the given interface, get the stub implementation.
Iterator getPorts()
QName getServiceName()
void setEndpointAddress(QName portName, String address)
Set the endpoint address for the specified port name.
void setEndpointAddress(String portName, String address)
Set the endpoint address for the specified port name.
void setJirasoapserviceV2EndpointAddress(String address)
void setJirasoapserviceV2WSDDServiceName(String name)
[Expand]
Inherited Methods
From class org.apache.axis.client.Service
From class java.lang.Object
From interface com.atlassian.jira.rpc.soap.jirasoapservice_v2.JiraSoapServiceService
From interface javax.naming.Referenceable
From interface javax.xml.rpc.Service

Fields

private String JirasoapserviceV2WSDDServiceName

private String JirasoapserviceV2_address

private HashSet ports

Public Constructors

public JiraSoapServiceServiceLocator ()

public JiraSoapServiceServiceLocator (EngineConfiguration config)

Parameters
config

public JiraSoapServiceServiceLocator (String wsdlLoc, QName sName)

Parameters
wsdlLoc
sName
Throws
ServiceException

Public Methods

public JiraSoapService getJirasoapserviceV2 ()

Throws
ServiceException

public JiraSoapService getJirasoapserviceV2 (URL portAddress)

Parameters
portAddress
Throws
ServiceException

public String getJirasoapserviceV2Address ()

public String getJirasoapserviceV2WSDDServiceName ()

public Remote getPort (Class serviceEndpointInterface)

For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Parameters
serviceEndpointInterface
Throws
ServiceException

public Remote getPort (QName portName, Class serviceEndpointInterface)

For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Parameters
portName
serviceEndpointInterface
Throws
ServiceException

public Iterator getPorts ()

public QName getServiceName ()

public void setEndpointAddress (QName portName, String address)

Set the endpoint address for the specified port name.

Parameters
portName
address
Throws
ServiceException

public void setEndpointAddress (String portName, String address)

Set the endpoint address for the specified port name.

Parameters
portName
address
Throws
ServiceException

public void setJirasoapserviceV2EndpointAddress (String address)

Parameters
address

public void setJirasoapserviceV2WSDDServiceName (String name)

Parameters
name