Class
SOAP::Mapping::WSDLLiteralRegistry
In:
lib/soap/mapping/wsdlliteralregistry.rb
Parent:
LiteralRegistry
Methods
new
obj2soap
soap2obj
Attributes
definedelements
[R]
definedtypes
[R]
Public Class methods
new
(definedtypes = XSD::NamedElements::Empty, definedelements = XSD::NamedElements::Empty)
Public Instance methods
obj2soap
(obj, qname, obj_class = nil)
soap2obj
(node, obj_class = nil)
node should be a
SOAPElement
[Validate]