Module: ActionWebService::Protocol::Soap

Defined in:
lib/action_web_service/protocol/soap_protocol.rb,
lib/action_web_service/protocol/soap_protocol/marshaler.rb

Overview

:nodoc:

Defined Under Namespace

Classes: Registry, SoapActiveRecordStructFactory, SoapBase64Factory, SoapBinding, SoapMarshaler, SoapProtocol, SoapTypedArrayFactory

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



16
17
18
19
20
# File 'lib/action_web_service/protocol/soap_protocol.rb', line 16

def self.included(base)
  base.register_protocol(SoapProtocol)
  base.class_inheritable_option(:wsdl_service_name)
  base.class_inheritable_option(:wsdl_namespace)
end