Class: Soaspec::BasicSoapHandler
- Inherits:
-
SoapHandler
- Object
- ExchangeHandler
- SoapHandler
- Soaspec::BasicSoapHandler
- 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
Attributes inherited from ExchangeHandler
Instance Method Summary collapse
-
#initialize(name, specific_options = {}) ⇒ BasicSoapHandler
constructor
A new instance of BasicSoapHandler.
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
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, = {}) super warn "'BasicSoapHandler' class is Deprecated. Please use 'SoapHandler' instead" end |