com.ibm.wsrf.servicegroup
Class ServiceGroupServiceLocator

java.lang.Object
  |
  +--org.apache.axis.client.Service
        |
        +--com.ibm.wsrf.servicegroup.ServiceGroupServiceLocator
All Implemented Interfaces:
Referenceable, Serializable, Service, ServiceGroupService
Direct Known Subclasses:
ServiceGroupServiceAddressingLocator

public class ServiceGroupServiceLocator
extends Service
implements ServiceGroupService

See Also:
Serialized Form

Inner classes inherited from class org.apache.axis.client.Service
Service.HandlerRegistryImpl
 
Constructor Summary
ServiceGroupServiceLocator()
           
 
Method Summary
 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()
           
 ServiceGroupEntry getServiceGroupEntryPort()
           
 ServiceGroupEntry getServiceGroupEntryPort(URL portAddress)
           
 String getServiceGroupEntryPortAddress()
           
 String getServiceGroupEntryPortWSDDServiceName()
           
 ServiceGroup getServiceGroupPort()
           
 ServiceGroup getServiceGroupPort(URL portAddress)
           
 String getServiceGroupPortAddress()
           
 String getServiceGroupPortWSDDServiceName()
           
 ServiceGroupRegistration getServiceGroupRegistrationPort()
           
 ServiceGroupRegistration getServiceGroupRegistrationPort(URL portAddress)
           
 String getServiceGroupRegistrationPortAddress()
           
 String getServiceGroupRegistrationPortWSDDServiceName()
           
 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 setServiceGroupEntryPortEndpointAddress(String address)
           
 void setServiceGroupEntryPortWSDDServiceName(String name)
           
 void setServiceGroupPortEndpointAddress(String address)
           
 void setServiceGroupPortWSDDServiceName(String name)
           
 void setServiceGroupRegistrationPortEndpointAddress(String address)
           
 void setServiceGroupRegistrationPortWSDDServiceName(String name)
           
 
Methods inherited from class org.apache.axis.client.Service
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
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation
 

Constructor Detail

ServiceGroupServiceLocator

public ServiceGroupServiceLocator()
Method Detail

getServiceGroupEntryPortAddress

public String getServiceGroupEntryPortAddress()
Specified by:
getServiceGroupEntryPortAddress in interface ServiceGroupService

getServiceGroupEntryPortWSDDServiceName

public String getServiceGroupEntryPortWSDDServiceName()

setServiceGroupEntryPortWSDDServiceName

public void setServiceGroupEntryPortWSDDServiceName(String name)

getServiceGroupEntryPort

public ServiceGroupEntry getServiceGroupEntryPort()
                                           throws ServiceException
Specified by:
getServiceGroupEntryPort in interface ServiceGroupService

getServiceGroupEntryPort

public ServiceGroupEntry getServiceGroupEntryPort(URL portAddress)
                                           throws ServiceException
Specified by:
getServiceGroupEntryPort in interface ServiceGroupService

setServiceGroupEntryPortEndpointAddress

public void setServiceGroupEntryPortEndpointAddress(String address)

getServiceGroupPortAddress

public String getServiceGroupPortAddress()
Specified by:
getServiceGroupPortAddress in interface ServiceGroupService

getServiceGroupPortWSDDServiceName

public String getServiceGroupPortWSDDServiceName()

setServiceGroupPortWSDDServiceName

public void setServiceGroupPortWSDDServiceName(String name)

getServiceGroupPort

public ServiceGroup getServiceGroupPort()
                                 throws ServiceException
Specified by:
getServiceGroupPort in interface ServiceGroupService

getServiceGroupPort

public ServiceGroup getServiceGroupPort(URL portAddress)
                                 throws ServiceException
Specified by:
getServiceGroupPort in interface ServiceGroupService

setServiceGroupPortEndpointAddress

public void setServiceGroupPortEndpointAddress(String address)

getServiceGroupRegistrationPortAddress

public String getServiceGroupRegistrationPortAddress()
Specified by:
getServiceGroupRegistrationPortAddress in interface ServiceGroupService

getServiceGroupRegistrationPortWSDDServiceName

public String getServiceGroupRegistrationPortWSDDServiceName()

setServiceGroupRegistrationPortWSDDServiceName

public void setServiceGroupRegistrationPortWSDDServiceName(String name)

getServiceGroupRegistrationPort

public ServiceGroupRegistration getServiceGroupRegistrationPort()
                                                         throws ServiceException
Specified by:
getServiceGroupRegistrationPort in interface ServiceGroupService

getServiceGroupRegistrationPort

public ServiceGroupRegistration getServiceGroupRegistrationPort(URL portAddress)
                                                         throws ServiceException
Specified by:
getServiceGroupRegistrationPort in interface ServiceGroupService

setServiceGroupRegistrationPortEndpointAddress

public void setServiceGroupRegistrationPortEndpointAddress(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
Overrides:
getPort in class Service

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
Overrides:
getPort in class Service

getServiceName

public QName getServiceName()
Specified by:
getServiceName in interface Service
Overrides:
getServiceName in class Service

getPorts

public Iterator getPorts()
Specified by:
getPorts in interface Service
Overrides:
getPorts in class Service

setEndpointAddress

public void setEndpointAddress(String portName,
                               String address)
                        throws ServiceException
Set the endpoint address for the specified port name.

setEndpointAddress

public void setEndpointAddress(QName portName,
                               String address)
                        throws ServiceException
Set the endpoint address for the specified port name.


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.