com.ibm.wsrf.servicegroup
Interface ServiceGroupService

All Superinterfaces:
Service
All Known Subinterfaces:
ServiceGroupServiceAddressing
All Known Implementing Classes:
ServiceGroupServiceLocator

public interface ServiceGroupService
extends Service


Method Summary
 ServiceGroupEntry getServiceGroupEntryPort()
           
 ServiceGroupEntry getServiceGroupEntryPort(URL portAddress)
           
 String getServiceGroupEntryPortAddress()
           
 ServiceGroup getServiceGroupPort()
           
 ServiceGroup getServiceGroupPort(URL portAddress)
           
 String getServiceGroupPortAddress()
           
 ServiceGroupRegistration getServiceGroupRegistrationPort()
           
 ServiceGroupRegistration getServiceGroupRegistrationPort(URL portAddress)
           
 String getServiceGroupRegistrationPortAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getServiceGroupEntryPortAddress

public String getServiceGroupEntryPortAddress()

getServiceGroupEntryPort

public ServiceGroupEntry getServiceGroupEntryPort()
                                           throws ServiceException

getServiceGroupEntryPort

public ServiceGroupEntry getServiceGroupEntryPort(URL portAddress)
                                           throws ServiceException

getServiceGroupPortAddress

public String getServiceGroupPortAddress()

getServiceGroupPort

public ServiceGroup getServiceGroupPort()
                                 throws ServiceException

getServiceGroupPort

public ServiceGroup getServiceGroupPort(URL portAddress)
                                 throws ServiceException

getServiceGroupRegistrationPortAddress

public String getServiceGroupRegistrationPortAddress()

getServiceGroupRegistrationPort

public ServiceGroupRegistration getServiceGroupRegistrationPort()
                                                         throws ServiceException

getServiceGroupRegistrationPort

public ServiceGroupRegistration getServiceGroupRegistrationPort(URL portAddress)
                                                         throws ServiceException


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