PayU integration by Krzysztof Gzocha
  • Namespace
  • Class

Namespaces

  • Team3
    • PayU
      • Annotation
      • Communication
        • CurlRequestBuilder
        • HttpStatusParser
        • Notification
        • Process
          • NotificationProcess
          • ResponseDeserializer
        • Request
          • Model
        • Response
          • Model
        • Sender
      • Configuration
        • Credentials
      • Order
        • Autocomplete
          • Strategy
        • Model
          • Buyer
          • Money
          • Products
          • ShippingMethods
          • Traits
        • Transformer
          • UserOrder
            • Strategy
              • Product
              • ShippingMethod
      • PropertyExtractor
        • Reader
      • Serializer
      • SignatureCalculator
        • Encoder
          • Algorithms
          • Strategy
        • ParametersSorter
        • Validator
      • ValidatorBuilder

Classes

  • ResponseDeserializer
  • ResponseDeserializerFactory

Interfaces

  • NoResponseFoundException
  • ResponseDeserializerFactoryInterface
  • ResponseDeserializerInterface

Class ResponseDeserializer

This class will deserialize response content into concrete object. Possible returned objects should be located in Team3\PayU\Communication\Response

Team3\PayU\Communication\Process\ResponseDeserializer\ResponseDeserializer implements Team3\PayU\Communication\Process\ResponseDeserializer\ResponseDeserializerInterface
Namespace: Team3\PayU\Communication\Process\ResponseDeserializer
Located at Team3/PayU/Communication/Process/ResponseDeserializer/ResponseDeserializer.php

Methods summary

public
# __construct( Team3\PayU\Serializer\SerializerInterface $serializer )

Parameters

$serializer
public
# addResponse( Team3\PayU\Communication\Response\ResponseInterface $response )

Parameters

$response

Returns


$this
public
# setResponses( array $responses )

Parameters

$responses

Returns


$this
public Team3\PayU\Communication\Response\ResponseInterface
# deserializeResponse( Buzz\Message\MessageInterface $curlResponse, Team3\PayU\Communication\Request\PayURequestInterface $payURequest )

Parameters

$curlResponse
$payURequest

Returns

Team3\PayU\Communication\Response\ResponseInterface

Throws

Team3\PayU\Communication\Process\ResponseDeserializer\NoResponseFoundException

Implementation of

Team3\PayU\Communication\Process\ResponseDeserializer\ResponseDeserializerInterface::deserializeResponse()

Magic methods summary

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen