com.raritantechnologies.clearforest.SOAP
Class SapiLocator

java.lang.Object
  extended byorg.apache.axis.client.Service
      extended bycom.raritantechnologies.clearforest.SOAP.SapiLocator
All Implemented Interfaces:
Sapi

public class SapiLocator
extends org.apache.axis.client.Service
implements Sapi

See Also:
Serialized Form

Constructor Summary
SapiLocator()
           
 
Method Summary
 java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 java.rmi.Remote getPort(javax.xml.namespace.QName portName, java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 java.util.Iterator getPorts()
           
 SapiSoap getsapiSoap()
           
 SapiSoap getsapiSoap(java.net.URL portAddress)
           
 java.lang.String getsapiSoapAddress()
           
 java.lang.String getsapiSoapWSDDServiceName()
           
 javax.xml.namespace.QName getServiceName()
           
 void setsapiSoapWSDDServiceName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SapiLocator

public SapiLocator()
Method Detail

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()