issrg.globus.service
Class PermisAuthzServiceLocator

java.lang.Object
  extended by org.apache.axis.client.Service
      extended by issrg.globus.service.PermisAuthzServiceLocator
All Implemented Interfaces:
PermisAuthzService

public class PermisAuthzServiceLocator
extends org.apache.axis.client.Service
implements PermisAuthzService


Constructor Summary
PermisAuthzServiceLocator()
           
 
Method Summary
 PermisAuthzServicePortType getPermisAuthzServicePort()
           
 PermisAuthzServicePortType getPermisAuthzServicePort(java.net.URL portAddress)
           
 java.lang.String getPermisAuthzServicePortAddress()
           
 java.lang.String getPermisAuthzServicePortWSDDServiceName()
           
 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()
           
 javax.xml.namespace.QName getServiceName()
           
 void setPermisAuthzServicePortWSDDServiceName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermisAuthzServiceLocator

public PermisAuthzServiceLocator()
Method Detail

getPermisAuthzServicePortAddress

public java.lang.String getPermisAuthzServicePortAddress()
Specified by:
getPermisAuthzServicePortAddress in interface PermisAuthzService

getPermisAuthzServicePortWSDDServiceName

public java.lang.String getPermisAuthzServicePortWSDDServiceName()

setPermisAuthzServicePortWSDDServiceName

public void setPermisAuthzServicePortWSDDServiceName(java.lang.String name)

getPermisAuthzServicePort

public PermisAuthzServicePortType getPermisAuthzServicePort()
                                                     throws javax.xml.rpc.ServiceException
Specified by:
getPermisAuthzServicePort in interface PermisAuthzService
Throws:
javax.xml.rpc.ServiceException

getPermisAuthzServicePort

public PermisAuthzServicePortType getPermisAuthzServicePort(java.net.URL portAddress)
                                                     throws javax.xml.rpc.ServiceException
Specified by:
getPermisAuthzServicePort in interface PermisAuthzService
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()