74757677787980
Hashtable mappings; public SimpleDeploymentManager() { items = new Hashtable(); mappings = new Hashtable(); mappings.put(Constants.URI_SOAP_ENC, new SOAPTypeMappingRegistry()); }
284285286287288289290291292293294
encodingList = new ArrayList(); encodingList.add(Constants.URI_SOAP_ENC); if (reg == null) { reg = new SOAPTypeMappingRegistry(); } if (intfNS == null) intfNS = Namespaces.makeNamespace(cls.getName()); if (implNS == null)
105106107108109110111
*/ public SimpleDeploymentManager() { mappings = new Hashtable(); mappings.put(Constants.URI_SOAP_ENC, new SOAPTypeMappingRegistry()); }