FileDocCategorySizeDatePackage
MapServiceSoapBindingImpl.javaAPI DocApache Axis 1.4447Sat Apr 22 18:57:28 BST 2006test.wsdl.map

MapServiceSoapBindingImpl

public class MapServiceSoapBindingImpl extends Object implements test.wsdl.map.MapService
MapServiceSoapBindingImpl.java Implementation of the Map service used after we convert from Java to WSDL then back to Java again. Should be identical to MapService.java

Fields Summary
Constructors Summary
Methods Summary
public java.util.HashMapechoMap(java.util.HashMap in)
echo the input Map

	    return in;