method
dump_struct_typemap
ruby latest stable - Class:
WSDL::SOAP::MappingRegistryCreator
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