betfair / cougar

Cougar is a framework for making building network exposed service interfaces easy.
http://betfair.github.io/cougar
Apache License 2.0
27 stars 18 forks source link

Rework SoapTransportCommandProcessor command resolution #81

Open eswdd opened 9 years ago

eswdd commented 9 years ago

Currently this is inconsistent with other command processors in that it resolves the command in getCommandResolver(), rather than in the resolveCommand() method on the returned object. This causes probs when trying to test adding of standard hooks for #59.

When resolve this, then also resolve the SoapTransportCommandProcessorTest TODOs.