public class ExperienceProfileServiceImpl extends java.lang.Object implements ExperienceProfileService
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
CREATE_EXPERIENCE_PROFILE_RESOURCE_PATH |
private static java.lang.String |
DELETE_EXPERIENCE_PROFILE_RESOURCE_PATH |
private PayPalRequestGateway |
gateway |
private ExperienceProfileRequestBuilder |
requestBuilder |
Constructor and Description |
---|
ExperienceProfileServiceImpl(PayPalRequestGateway gateway,
ExperienceProfileRequestBuilder requestBuilder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createProfile(PayPalPlusRequestContext requestContext,
ExperienceProfileRequestEp6 requestEp6) |
void |
deleteProfile(PayPalPlusRequestContext requestContext,
ExperienceProfileRequestEp6 requestEp6) |
private static final java.lang.String CREATE_EXPERIENCE_PROFILE_RESOURCE_PATH
private static final java.lang.String DELETE_EXPERIENCE_PROFILE_RESOURCE_PATH
private ExperienceProfileRequestBuilder requestBuilder
private PayPalRequestGateway gateway
@Inject public ExperienceProfileServiceImpl(PayPalRequestGateway gateway, ExperienceProfileRequestBuilder requestBuilder)
public java.lang.String createProfile(PayPalPlusRequestContext requestContext, ExperienceProfileRequestEp6 requestEp6) throws WebServiceException
createProfile
in interface ExperienceProfileService
WebServiceException
public void deleteProfile(PayPalPlusRequestContext requestContext, ExperienceProfileRequestEp6 requestEp6) throws WebServiceException
deleteProfile
in interface ExperienceProfileService
WebServiceException