Added authors

This commit is contained in:
Francis Besset
2011-07-24 11:31:15 +02:00
parent ba0855a237
commit fd7fcf215b
6 changed files with 20 additions and 0 deletions

View File

@ -14,6 +14,10 @@ use BeSimple\SoapBundle\ServiceDefinition\Method;
use BeSimple\SoapBundle\ServiceDefinition\Strategy\MethodComplexType;
use BeSimple\SoapBundle\ServiceDefinition\Strategy\PropertyComplexType;
/**
* @author Christian Kerl <christian-kerl@web.de>
* @author Francis Besset <francis.besset@gmail.com>
*/
class RpcLiteralRequestMessageBinder implements MessageBinderInterface
{
private $definitionComplexTypes;