class WsdlMapper::Naming::AbstractNamer

@abstract noinspection RubyUnusedLocalVariable

Public Instance Methods

get_attribute_name(attribute) click to toggle source
# File lib/wsdl_mapper/naming/abstract_namer.rb, line 31
def get_attribute_name(attribute)
  raise NotImplementedError
end
get_content_name(type) click to toggle source
# File lib/wsdl_mapper/naming/abstract_namer.rb, line 35
def get_content_name(type)
  raise NotImplementedError
end
get_d10r_name(type) click to toggle source
# File lib/wsdl_mapper/naming/abstract_namer.rb, line 27
def get_d10r_name(type)
  raise NotImplementedError
end
get_enumeration_value_name(type, enum_value) click to toggle source
# File lib/wsdl_mapper/naming/abstract_namer.rb, line 19
def get_enumeration_value_name(type, enum_value)
  raise NotImplementedError
end
get_inline_type(element) click to toggle source
# File lib/wsdl_mapper/naming/abstract_namer.rb, line 39
def get_inline_type(element)
  raise NotImplementedError
end
get_property_name(property) click to toggle source
# File lib/wsdl_mapper/naming/abstract_namer.rb, line 15
def get_property_name(property)
  raise NotImplementedError
end
get_s8r_name(type) click to toggle source
# File lib/wsdl_mapper/naming/abstract_namer.rb, line 23
def get_s8r_name(type)
  raise NotImplementedError
end
get_soap_array_item_name(type) click to toggle source
# File lib/wsdl_mapper/naming/abstract_namer.rb, line 43
def get_soap_array_item_name(type)
  raise NotImplementedError
end
get_support_name(name) click to toggle source
# File lib/wsdl_mapper/naming/abstract_namer.rb, line 47
def get_support_name(name)
  raise NotImplementedError
end
get_type_name(type) click to toggle source
# File lib/wsdl_mapper/naming/abstract_namer.rb, line 11
def get_type_name(type)
  raise NotImplementedError
end