Class: Soaspec::BasicSoapHandler

Inherits:
SoapHandler show all
Defined in:
lib/soaspec/exchange_handlers/soap_handler.rb

Overview

Deprecated class name. Will be removed in the future

Instance Attribute Summary

Attributes inherited from SoapHandler

#client, #operation

Attributes inherited from ExchangeHandler

#template_name

Instance Method Summary collapse

Methods inherited from SoapHandler

#default_options, #found?, #include_in_body?, #include_key?, #include_value?, #logging_options, #make_request, #request_body_params, #request_root_attributes, #response_body, #savon_options, #status_code_for, #value_from_path, #xpath_value_for

Methods included from SoapAccessors

#root_attributes

Methods inherited from ExchangeHandler

#default_hash=, #elements, #expected_mandatory_elements, #expected_mandatory_json_values, #expected_mandatory_xpath_values, #set_remove_key, #store, #to_s, #use

Methods included from HandlerAccessors

#attribute, #element, #mandatory_elements, #mandatory_json_values, #mandatory_xpath_values

Constructor Details

#initialize(name, specific_options = {}) ⇒ BasicSoapHandler

Returns a new instance of BasicSoapHandler.



192
193
194
195
# File 'lib/soaspec/exchange_handlers/soap_handler.rb', line 192

def initialize(name, specific_options = {})
  super
  warn "'BasicSoapHandler' class is Deprecated. Please use 'SoapHandler' instead"
end