com.raritantechnologies.clearforest.SOAP
Class SapiLocator
java.lang.Object
org.apache.axis.client.Service
com.raritantechnologies.clearforest.SOAP.SapiLocator
- All Implemented Interfaces:
- Sapi
- public class SapiLocator
- extends org.apache.axis.client.Service
- implements Sapi
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SapiLocator
public SapiLocator()
getsapiSoapAddress
public java.lang.String getsapiSoapAddress()
- Specified by:
getsapiSoapAddress in interface Sapi
getsapiSoapWSDDServiceName
public java.lang.String getsapiSoapWSDDServiceName()
setsapiSoapWSDDServiceName
public void setsapiSoapWSDDServiceName(java.lang.String name)
getsapiSoap
public SapiSoap getsapiSoap()
throws javax.xml.rpc.ServiceException
- Specified by:
getsapiSoap in interface Sapi
- Throws:
javax.xml.rpc.ServiceException
getsapiSoap
public SapiSoap getsapiSoap(java.net.URL portAddress)
throws javax.xml.rpc.ServiceException
- Specified by:
getsapiSoap in interface Sapi
- Throws:
javax.xml.rpc.ServiceException
getPort
public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Throws:
javax.xml.rpc.ServiceException
getPort
public java.rmi.Remote getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Throws:
javax.xml.rpc.ServiceException
getServiceName
public javax.xml.namespace.QName getServiceName()
getPorts
public java.util.Iterator getPorts()