org.globus.cas
Class CommunityAuthorizationServiceLocator
java.lang.Object
org.apache.axis.client.Service
org.globus.cas.CommunityAuthorizationServiceLocator
- All Implemented Interfaces:
- CommunityAuthorizationService, Referenceable, Serializable, Service
- Direct Known Subclasses:
- CommunityAuthorizationServiceAddressingLocator
- public class CommunityAuthorizationServiceLocator
- extends Service
- implements CommunityAuthorizationService
- See Also:
- Serialized Form
| Fields inherited from class org.apache.axis.client.Service |
|
| Methods inherited from class org.apache.axis.client.Service |
clearCall, createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getEngineConfiguration, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CASPortTypePort_address
private String CASPortTypePort_address
CASPortTypePortWSDDServiceName
private String CASPortTypePortWSDDServiceName
ports
private HashSet ports
CommunityAuthorizationServiceLocator
public CommunityAuthorizationServiceLocator()
CommunityAuthorizationServiceLocator
public CommunityAuthorizationServiceLocator(EngineConfiguration config)
CommunityAuthorizationServiceLocator
public CommunityAuthorizationServiceLocator(String wsdlLoc,
QName sName)
throws ServiceException
getCASPortTypePortAddress
public String getCASPortTypePortAddress()
- Specified by:
getCASPortTypePortAddress in interface CommunityAuthorizationService
getCASPortTypePortWSDDServiceName
public String getCASPortTypePortWSDDServiceName()
setCASPortTypePortWSDDServiceName
public void setCASPortTypePortWSDDServiceName(String name)
getCASPortTypePort
public CASPortType getCASPortTypePort()
throws ServiceException
- Specified by:
getCASPortTypePort in interface CommunityAuthorizationService
- Throws:
ServiceException
getCASPortTypePort
public CASPortType getCASPortTypePort(URL portAddress)
throws ServiceException
- Specified by:
getCASPortTypePort in interface CommunityAuthorizationService
- Throws:
ServiceException
setCASPortTypePortEndpointAddress
public void setCASPortTypePortEndpointAddress(String address)
getPort
public Remote getPort(Class serviceEndpointInterface)
throws ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Specified by:
getPort in interface Service
- Throws:
ServiceException
getPort
public Remote getPort(QName portName,
Class serviceEndpointInterface)
throws ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Specified by:
getPort in interface Service
- Throws:
ServiceException
getServiceName
public QName getServiceName()
- Specified by:
getServiceName in interface Service
getPorts
public Iterator getPorts()
- Specified by:
getPorts in interface Service
setEndpointAddress
public void setEndpointAddress(String portName,
String address)
throws ServiceException
- Set the endpoint address for the specified port name.
- Throws:
ServiceException
setEndpointAddress
public void setEndpointAddress(QName portName,
String address)
throws ServiceException
- Set the endpoint address for the specified port name.
- Throws:
ServiceException