org.oasis.wsrf.servicegroup
Interface ServiceGroupService

All Superinterfaces:
javax.xml.rpc.Service
All Known Subinterfaces:
ServiceGroupServiceAddressing
All Known Implementing Classes:
ServiceGroupServiceAddressingLocator, ServiceGroupServiceLocator

public interface ServiceGroupService
extends javax.xml.rpc.Service


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

Method Detail

getServiceGroupPortAddress

public java.lang.String getServiceGroupPortAddress()

getServiceGroupPort

public ServiceGroup getServiceGroupPort()
                                 throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupPort

public ServiceGroup getServiceGroupPort(java.net.URL portAddress)
                                 throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupRegistrationPortAddress

public java.lang.String getServiceGroupRegistrationPortAddress()

getServiceGroupRegistrationPort

public ServiceGroupRegistration getServiceGroupRegistrationPort()
                                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupRegistrationPort

public ServiceGroupRegistration getServiceGroupRegistrationPort(java.net.URL portAddress)
                                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupEntryPortAddress

public java.lang.String getServiceGroupEntryPortAddress()

getServiceGroupEntryPort

public ServiceGroupEntry getServiceGroupEntryPort()
                                           throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupEntryPort

public ServiceGroupEntry getServiceGroupEntryPort(java.net.URL portAddress)
                                           throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException