FileDocCategorySizeDatePackage
OnewayImpl.javaAPI DocApache Axis 1.4687Sat Apr 22 18:57:28 BST 2006test.wsdl.oneway

OnewayImpl

public class OnewayImpl extends Object implements Oneway
AddressBookSOAPBindingImpl.java This file was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.

Fields Summary
private Hashtable
ht
Constructors Summary
Methods Summary
public voidaddEntry(java.lang.String name, Address address)


            
        ht.put(name, address);
    
public AddressgetAddressFromName(java.lang.String name)

        return (Address) ht.get(name);
    
public voidthrowException()

        throw new RemoteException("OnewayImpl throws RemoteException");