de.thorstenberger.uebman.ws.regclient
Interface RegistryService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
RegistryServiceLocator

public interface RegistryService
extends javax.xml.rpc.Service


Method Summary
 Registry getRegistry()
           
 Registry getRegistry(java.net.URL portAddress)
           
 java.lang.String getRegistryAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getRegistryAddress

java.lang.String getRegistryAddress()

getRegistry

Registry getRegistry()
                     throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getRegistry

Registry getRegistry(java.net.URL portAddress)
                     throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException