OnewayImplpublic class OnewayImpl extends Object implements OnewayAddressBookSOAPBindingImpl.java
This file was auto-generated from WSDL
by the Apache Axis WSDL2Java emitter. |
Fields Summary |
---|
private Hashtable | ht |
Methods Summary |
---|
public void | addEntry(java.lang.String name, Address address)
ht.put(name, address);
| public Address | getAddressFromName(java.lang.String name)
return (Address) ht.get(name);
| public void | throwException()
throw new RemoteException("OnewayImpl throws RemoteException");
|
|