}
try {
if (LOG.isDebugEnabled()) {
LOG.debug("Executing GetExpressCheckoutDetails API call");
}
GetExpressCheckoutDetailsResponseType response = API
.getExpressCheckoutDetails(_request
.getParameter(APIUtil.PARAM_TOKEN),
credentials);
if (LOG.isDebugEnabled()) {
LOG.debug("GetExpressCheckoutDetails API call returned ["
+ response.getAck() + "], building XML.");
}
writeObject(response, _response);
if (LOG.isDebugEnabled()) {
LOG.debug("XML written to Output Stream");
}