de.thorstenberger.uebman.ws.regclient
Class RegistrySoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
de.thorstenberger.uebman.ws.regclient.RegistrySoapBindingStub
- All Implemented Interfaces:
- Registry, java.rmi.Remote, javax.xml.rpc.Stub
public class RegistrySoapBindingStub
- extends org.apache.axis.client.Stub
- implements Registry
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Methods inherited from class org.apache.axis.client.Stub |
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getTimeout, getUsername, removeProperty, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistrySoapBindingStub
public RegistrySoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
RegistrySoapBindingStub
public RegistrySoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
RegistrySoapBindingStub
public RegistrySoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
isRegistered
public boolean isRegistered(java.lang.String url)
throws java.rmi.RemoteException
- Specified by:
isRegistered
in interface Registry
- Throws:
java.rmi.RemoteException
getInstances
public UebmanInstance[] getInstances()
throws java.rmi.RemoteException
- Specified by:
getInstances
in interface Registry
- Throws:
java.rmi.RemoteException
registerInstance
public ResponseContext registerInstance(java.lang.String pwd,
UebmanInstance newInst)
throws java.rmi.RemoteException,
RegistryException
- Specified by:
registerInstance
in interface Registry
- Throws:
java.rmi.RemoteException
RegistryException
updateInstance
public ResponseContext updateInstance(java.lang.String pwd,
UebmanInstance inst)
throws java.rmi.RemoteException,
RegistryException
- Specified by:
updateInstance
in interface Registry
- Throws:
java.rmi.RemoteException
RegistryException
unregisterInstance
public ResponseContext unregisterInstance(java.lang.String pwd,
java.lang.String url)
throws java.rmi.RemoteException,
RegistryException
- Specified by:
unregisterInstance
in interface Registry
- Throws:
java.rmi.RemoteException
RegistryException
sayHello
public java.lang.String sayHello()
throws java.rmi.RemoteException
- Specified by:
sayHello
in interface Registry
- Throws:
java.rmi.RemoteException