Class: SOAP::Mapping::EncodedRegistry
- Includes:
- RegistrySupport, TraverseSupport
- Defined in:
- lib/soap/mapping/encodedregistry.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Map
Constant Summary collapse
- StringFactory =
- StringFactory_.new 
- BasetypeFactory =
- BasetypeFactory_.new 
- FixnumFactory =
- FixnumFactory_.new 
- DateTimeFactory =
- DateTimeFactory_.new 
- ArrayFactory =
- ArrayFactory_.new 
- Base64Factory =
- Base64Factory_.new 
- URIFactory =
- URIFactory_.new 
- TypedArrayFactory =
- TypedArrayFactory_.new 
- TypedStructFactory =
- TypedStructFactory_.new 
- HashFactory =
- HashFactory_.new 
- SOAPBaseMap =
- [ [::NilClass, ::SOAP::SOAPNil, BasetypeFactory], [::TrueClass, ::SOAP::SOAPBoolean, BasetypeFactory], [::FalseClass, ::SOAP::SOAPBoolean, BasetypeFactory], [::String, ::SOAP::SOAPString, StringFactory, {:derived_class => true}], [::DateTime, ::SOAP::SOAPDateTime, DateTimeFactory], [::Date, ::SOAP::SOAPDate, DateTimeFactory], [::Time, ::SOAP::SOAPDateTime, DateTimeFactory], [::Time, ::SOAP::SOAPTime, DateTimeFactory], [::Float, ::SOAP::SOAPDouble, BasetypeFactory, {:derived_class => true}], [::Float, ::SOAP::SOAPFloat, BasetypeFactory, {:derived_class => true}], [::Fixnum, ::SOAP::SOAPInt, FixnumFactory], [::Integer, ::SOAP::SOAPInt, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPLong, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPInteger, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPShort, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPByte, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPNonPositiveInteger, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPNegativeInteger, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPNonNegativeInteger, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPPositiveInteger, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPUnsignedLong, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPUnsignedInt, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPUnsignedShort, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPUnsignedByte, BasetypeFactory, {:derived_class => true}], [::URI::Generic, ::SOAP::SOAPAnyURI, URIFactory, {:derived_class => true}], [::String, ::SOAP::SOAPBase64, Base64Factory], [::String, ::SOAP::SOAPHexBinary, Base64Factory], [::String, ::SOAP::SOAPDecimal, BasetypeFactory], [::String, ::SOAP::SOAPDuration, BasetypeFactory], [::String, ::SOAP::SOAPGYearMonth, BasetypeFactory], [::String, ::SOAP::SOAPGYear, BasetypeFactory], [::String, ::SOAP::SOAPGMonthDay, BasetypeFactory], [::String, ::SOAP::SOAPGDay, BasetypeFactory], [::String, ::SOAP::SOAPGMonth, BasetypeFactory], [::String, ::SOAP::SOAPQName, BasetypeFactory], [::Hash, ::SOAP::SOAPArray, HashFactory, {:derived_class => true}], [::Hash, ::SOAP::SOAPStruct, HashFactory, {:derived_class => true}], [::Array, ::SOAP::SOAPArray, ArrayFactory, {:derived_class => true}], [::SOAP::Mapping::SOAPException, ::SOAP::SOAPStruct, TypedStructFactory, {:type => XSD::QName.new(RubyCustomTypeNamespace, "SOAPException")}], ] 
- RubyOriginalMap =
- [ [::NilClass, ::SOAP::SOAPNil, BasetypeFactory], [::TrueClass, ::SOAP::SOAPBoolean, BasetypeFactory], [::FalseClass, ::SOAP::SOAPBoolean, BasetypeFactory], [::String, ::SOAP::SOAPString, StringFactory], [::DateTime, ::SOAP::SOAPDateTime, DateTimeFactory], [::Date, ::SOAP::SOAPDate, DateTimeFactory], [::Time, ::SOAP::SOAPDateTime, DateTimeFactory], [::Time, ::SOAP::SOAPTime, DateTimeFactory], [::Float, ::SOAP::SOAPDouble, BasetypeFactory, {:derived_class => true}], [::Float, ::SOAP::SOAPFloat, BasetypeFactory, {:derived_class => true}], [::Fixnum, ::SOAP::SOAPInt, FixnumFactory], [::Integer, ::SOAP::SOAPInt, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPLong, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPInteger, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPShort, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPByte, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPNonPositiveInteger, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPNegativeInteger, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPNonNegativeInteger, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPPositiveInteger, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPUnsignedLong, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPUnsignedInt, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPUnsignedShort, BasetypeFactory, {:derived_class => true}], [::Integer, ::SOAP::SOAPUnsignedByte, BasetypeFactory, {:derived_class => true}], [::URI::Generic, ::SOAP::SOAPAnyURI, URIFactory, {:derived_class => true}], [::String, ::SOAP::SOAPBase64, Base64Factory], [::String, ::SOAP::SOAPHexBinary, Base64Factory], [::String, ::SOAP::SOAPDecimal, BasetypeFactory], [::String, ::SOAP::SOAPDuration, BasetypeFactory], [::String, ::SOAP::SOAPGYearMonth, BasetypeFactory], [::String, ::SOAP::SOAPGYear, BasetypeFactory], [::String, ::SOAP::SOAPGMonthDay, BasetypeFactory], [::String, ::SOAP::SOAPGDay, BasetypeFactory], [::String, ::SOAP::SOAPGMonth, BasetypeFactory], [::String, ::SOAP::SOAPQName, BasetypeFactory], [::Hash, ::SOAP::SOAPArray, HashFactory], [::Hash, ::SOAP::SOAPStruct, HashFactory], # Does not allow Array's subclass here. [::Array, ::SOAP::SOAPArray, ArrayFactory], [::SOAP::Mapping::SOAPException, ::SOAP::SOAPStruct, TypedStructFactory, {:type => XSD::QName.new(RubyCustomTypeNamespace, "SOAPException")}], ] 
Instance Attribute Summary collapse
- 
  
    
      #default_factory  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute default_factory. 
- 
  
    
      #excn_handler_obj2soap  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute excn_handler_obj2soap. 
- 
  
    
      #excn_handler_soap2obj  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute excn_handler_soap2obj. 
Instance Method Summary collapse
- 
  
    
      #add(obj_class, soap_class, factory, info = nil)  ⇒ Object 
    
    
      (also: #set)
    
  
  
  
  
  
  
  
  
  
    initial mapping interface new interface Registry#register is defined in RegisterSupport. 
- #find_mapped_obj_class(soap_class) ⇒ Object
- #find_mapped_soap_class(obj_class) ⇒ Object
- 
  
    
      #initialize(config = {})  ⇒ EncodedRegistry 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of EncodedRegistry. 
- #obj2soap(obj, type_qname = nil) ⇒ Object
- #soap2obj(node, klass = nil) ⇒ Object
Methods included from RegistrySupport
#add_attributes2soap, #add_definedattributes2soap, #base2obj, #base2soap, #elename_schema_definition_from_class, #find_node_definition, #find_schema_definition, #get_xmlattr_value, #is_stubobj_elements_for_array, #register, #schema_definition_from_class, #schema_definition_from_elename, #schema_definition_from_type
Methods included from TraverseSupport
#mark_marshalled_obj, #mark_unmarshalled_obj
Constructor Details
#initialize(config = {}) ⇒ EncodedRegistry
Returns a new instance of EncodedRegistry.
| 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 | # File 'lib/soap/mapping/encodedregistry.rb', line 272 def initialize(config = {}) super() @config = config @map = Map.new(self) if @config[:allow_original_mapping] @allow_original_mapping = true @map.init(RubyOriginalMap) else @allow_original_mapping = false @map.init(SOAPBaseMap) end @allow_untyped_struct = @config.key?(:allow_untyped_struct) ? @config[:allow_untyped_struct] : true @rubytype_factory = RubytypeFactory.new( :allow_untyped_struct => @allow_untyped_struct, :allow_original_mapping => @allow_original_mapping ) @default_factory = @rubytype_factory @excn_handler_obj2soap = nil @excn_handler_soap2obj = nil end | 
Instance Attribute Details
#default_factory ⇒ Object
Returns the value of attribute default_factory.
| 268 269 270 | # File 'lib/soap/mapping/encodedregistry.rb', line 268 def default_factory @default_factory end | 
#excn_handler_obj2soap ⇒ Object
Returns the value of attribute excn_handler_obj2soap.
| 269 270 271 | # File 'lib/soap/mapping/encodedregistry.rb', line 269 def excn_handler_obj2soap @excn_handler_obj2soap end | 
#excn_handler_soap2obj ⇒ Object
Returns the value of attribute excn_handler_soap2obj.
| 270 271 272 | # File 'lib/soap/mapping/encodedregistry.rb', line 270 def excn_handler_soap2obj @excn_handler_soap2obj end | 
Instance Method Details
#add(obj_class, soap_class, factory, info = nil) ⇒ Object Also known as: set
initial mapping interface new interface Registry#register is defined in RegisterSupport
| 296 297 298 | # File 'lib/soap/mapping/encodedregistry.rb', line 296 def add(obj_class, soap_class, factory, info = nil) @map.add(obj_class, soap_class, factory, info) end | 
#find_mapped_obj_class(soap_class) ⇒ Object
| 322 323 324 | # File 'lib/soap/mapping/encodedregistry.rb', line 322 def find_mapped_obj_class(soap_class) @map.find_mapped_obj_class(soap_class) end | 
#find_mapped_soap_class(obj_class) ⇒ Object
| 318 319 320 | # File 'lib/soap/mapping/encodedregistry.rb', line 318 def find_mapped_soap_class(obj_class) @map.find_mapped_soap_class(obj_class) end | 
#obj2soap(obj, type_qname = nil) ⇒ Object
| 301 302 303 304 305 306 307 | # File 'lib/soap/mapping/encodedregistry.rb', line 301 def obj2soap(obj, type_qname = nil) soap = _obj2soap(obj, type_qname) if @allow_original_mapping addextend2soap(soap, obj) end soap end | 
#soap2obj(node, klass = nil) ⇒ Object
| 309 310 311 312 313 314 315 316 | # File 'lib/soap/mapping/encodedregistry.rb', line 309 def soap2obj(node, klass = nil) obj = _soap2obj(node, klass) if @allow_original_mapping addextend2obj(obj, node.extraattr[RubyExtendName]) addiv2obj(obj, node.extraattr[RubyIVarName]) end obj end |