net.authorize.api.controller
Class CreateCustomerProfileController

java.lang.Object
  extended by net.authorize.api.controller.base.ApiOperationBase<CreateCustomerProfileRequest,CreateCustomerProfileResponse>
      extended by net.authorize.api.controller.CreateCustomerProfileController
All Implemented Interfaces:
IApiOperation<CreateCustomerProfileRequest,CreateCustomerProfileResponse>

public class CreateCustomerProfileController
extends ApiOperationBase<CreateCustomerProfileRequest,CreateCustomerProfileResponse>


Field Summary
 
Fields inherited from class net.authorize.api.controller.base.ApiOperationBase
logger, resultCode, results
 
Constructor Summary
CreateCustomerProfileController(CreateCustomerProfileRequest apiRequest)
           
 
Method Summary
protected  Class<CreateCustomerProfileResponse> getResponseType()
           
protected  void validateRequest()
           
 
Methods inherited from class net.authorize.api.controller.base.ApiOperationBase
afterExecute, beforeExecute, execute, execute, executeWithApiResponse, executeWithApiResponse, getApiRequest, getApiResponse, getEnvironment, getErrorResponse, getMerchantAuthentication, getResultCode, getResults, setApiRequest, setEnvironment, setMerchantAuthentication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCustomerProfileController

public CreateCustomerProfileController(CreateCustomerProfileRequest apiRequest)
Method Detail

validateRequest

protected void validateRequest()
Specified by:
validateRequest in class ApiOperationBase<CreateCustomerProfileRequest,CreateCustomerProfileResponse>

getResponseType

protected Class<CreateCustomerProfileResponse> getResponseType()
Specified by:
getResponseType in class ApiOperationBase<CreateCustomerProfileRequest,CreateCustomerProfileResponse>


Copyright © 2014. All Rights Reserved.