Class

SOAP::Mapping::WSDLEncodedRegistry

Inheritance
< SOAP::Mapping::Registry < SOAP::Mapping::Object
Included Modules
TraverseSupport

Constants

Name   Description
MapKeyName = XSD::QName.new(nil, "key")
MapValueName = XSD::QName.new(nil, "value")

Attributes

Name Visibility R/W Description
definedelements public R
definedtypes public R
excn_handler_obj2soap public RW
excn_handler_soap2obj public RW

Methods

Class

Visibility Signature
public new (definedtypes = XSD::NamedElements::Empty)

Instance

Visibility Signature
public obj2soap (obj, qname = nil)
public soap2obj (node, obj_class = nil)

Class Method Detail

new(definedtypes = XSD::NamedElements::Empty)

Instance Method Detail

obj2soap(obj, qname = nil)

soap2obj(node, obj_class = nil)

map anything for now: must refer WSDL while mapping. [ToDo]