method

dump_struct_typemap

ruby latest stable - Class: WSDL::SOAP::MappingRegistryCreator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

dump_struct_typemap(definedtype)
private

No documentation available.

# File lib/wsdl/soap/mappingRegistryCreator.rb, line 62
  def dump_struct_typemap(definedtype)
    ele = definedtype.name
    return "MappingRegistry.set(\n  \#{create_class_name(ele)},\n  ::SOAP::SOAPStruct,\n  ::SOAP::Mapping::Registry::TypedStructFactory,\n  { :type => \#{dqname(ele)} }\n)\n"
  end