// Call the set up and begin methods to fill the request object
callGlobalBeginMethod(request);
callBeginMethod(request);
// Run the server test
ProtocolState state = this.protocolHandler.runTest(
getDelegatedTest(), getWrappedTest(), request);
// Call the end method
Object response = callEndMethod(request,
this.protocolHandler.createResponseObjectFactory(state));