}
else throw new ItsNatException("Unrecognized refresh method: \"" + refreshMethod + "\"",itsNatRequest);
bindClientToRequest(clientDoc,false);
ItsNatAttachedClientEventImpl requestEvent = createItsNatAttachedClientEvent(clientDoc);
// clientDoc por defecto est� en modo REQUEST y acepted = false
boolean wasProcessed = ItsNatAttachedClientEventListenerUtil.handleEventIncludingGlobalListeners(requestEvent);
if (!requestEvent.isAccepted())
{
if (wasProcessed) return null; // El c�digo del usuario tuvo oportunidad para hacer lo que sea
else throw new ItsNatException("Request to remote control the document/page \"" + itsNatDoc.getItsNatDocumentTemplateImpl().getName() + "\" is not accepted",itsNatRequest);
}