method
new
v1.1.6 -
Show latest stable
- Class:
ActionWebService::Protocol::Soap::SoapMarshaler
new(namespace=nil)public
No documentation available.
# File actionwebservice/lib/action_web_service/protocol/soap_protocol/marshaler.rb, line 23
def initialize(namespace=nil)
@namespace = namespace || 'urn:ActionWebService'
@registry = Registry.new
@type2binding = {}
register_static_factories
end