Uses of Class
de.thorstenberger.uebman.ws.regclient.UebmanInstance

Packages that use UebmanInstance
de.thorstenberger.uebman.ws   
de.thorstenberger.uebman.ws.regclient   
 

Uses of UebmanInstance in de.thorstenberger.uebman.ws
 

Constructors in de.thorstenberger.uebman.ws with parameters of type UebmanInstance
UebmanInstanceListable(UebmanInstance instance)
           
 

Uses of UebmanInstance in de.thorstenberger.uebman.ws.regclient
 

Methods in de.thorstenberger.uebman.ws.regclient that return UebmanInstance
 UebmanInstance[] RegistrySoapBindingStub.getInstances()
           
 UebmanInstance[] Registry.getInstances()
           
 UebmanInstance[] RegClient.getInstances()
           
 

Methods in de.thorstenberger.uebman.ws.regclient with parameters of type UebmanInstance
 ResponseContext RegistrySoapBindingStub.registerInstance(java.lang.String pwd, UebmanInstance newInst)
           
 ResponseContext Registry.registerInstance(java.lang.String pwd, UebmanInstance newInst)
           
 ResponseContext RegistrySoapBindingStub.updateInstance(java.lang.String pwd, UebmanInstance inst)
           
 ResponseContext Registry.updateInstance(java.lang.String pwd, UebmanInstance inst)