throws XmlRpcException
{
AbstractReflectiveHandlerMapping.AuthenticationHandler authHandler = mapping.getAuthenticationHandler();
if ( authHandler != null && !authHandler.isAuthorized( pRequest ) )
{
throw new XmlRpcNotAuthorizedException( "Not authorized" );
}
Object[] args = new Object[pRequest.getParameterCount()];
for ( int j = 0; j < args.length; j++ )
{
args[j] = pRequest.getParameter( j );