rails--rails/actionwebservice/test
Leon Breedt 418d487020 refactoring:
* move dispatching out of the Container into Dispatcher, it makes more sense
    for Container to only contain the list of web services defined
    in it.

  * collapse Wsdl and ActionController "routers" into
    an ActionController-specific module, no advantage
    to having them seperate as they were quite tightly
    coupled. rename to Dispatcher, to avoi
    confusion with Routing.

  * add a "_thing" suffix to concept-specific filenames. this is so that
    we don't end up with many soap.rb files, for example.

  * remove "virtual invocation" support. adds complexity, and it doesn't
    seem to add any value.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@679 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-02-19 08:29:42 +00:00
..
abstract_client.rb refactoring: 2005-02-19 08:29:42 +00:00
abstract_soap.rb rename entire package to Action Web Service 2005-02-18 23:55:29 +00:00
abstract_unit.rb rename entire package to Action Web Service 2005-02-18 23:55:29 +00:00
api_test.rb rename entire package to Action Web Service 2005-02-18 23:55:29 +00:00
base_test.rb rename entire package to Action Web Service 2005-02-18 23:55:29 +00:00
client_soap_test.rb rename entire package to Action Web Service 2005-02-18 23:55:29 +00:00
client_xmlrpc_test.rb rename entire package to Action Web Service 2005-02-18 23:55:29 +00:00
container_test.rb Renamed Action Service to Action Web Service 2005-02-18 23:43:09 +00:00
dispatcher_action_controller_test.rb refactoring: 2005-02-19 08:29:42 +00:00
invocation_test.rb refactoring: 2005-02-19 08:29:42 +00:00
protocol_registry_test.rb rename entire package to Action Web Service 2005-02-18 23:55:29 +00:00
protocol_soap_test.rb refactoring: 2005-02-19 08:29:42 +00:00
protocol_xmlrpc_test.rb refactoring: 2005-02-19 08:29:42 +00:00
struct_test.rb rename entire package to Action Web Service 2005-02-18 23:55:29 +00:00